Der neue Dienst "GitLab am KIT" ist unter gitlab.kit.edu erreichbar.

Skip to content
  • Matthias Braun's avatar
    split Sel node into Member and Sel · 36408645
    Matthias Braun authored
    - Compound type selection is performed with Member
    - Array indexing is performed with Sel
    - Instead of the simpleSel constructor functions you can use the normal Member
      constructors now
    - The concept of array element entities has been removed, Sel nodes just
      contain a pointer to the array type now.
    36408645