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

Skip to content
  • Matthias Braun's avatar
    support for variable sized compound/array types · 4d2ff733
    Matthias Braun authored
    This adds support for C99/gcc style compound types where the last
    element is an array of unspecified size. The compound size is the
    minimum size (assuming the array has no elements), or is calculated
    by the size of an initializer.
    4d2ff733