A new feature release is now available.
Consider updating if you are using Version 5.2.2 or older.
Improvements
-
asts-ccbm-baseline-information: allow inclusion of analysis file
(implements FeatureRequest #7563)
-
ccbm_prep:
- preprocessing sanity: after an ‘
else’, release any ‘blocking of
mark until next semicolon’ (may be a leftover from incomplete
configuration of symbols)
Bugfixes
-
ccbm_prep:
- allow designated initializers like:
mystruct = { .field1 = 7 };
note: this is a C99 feature; (fixes PR #7566)