[cfe-commits] r127177 - /cfe/trunk/include/clang/Basic/DiagnosticParseKinds.td

Carl Norum carl.norum at apple.com
Mon Mar 7 15:09:48 PST 2011


On Mar 7, 2011, at 2:43 PM, Matt Beaumont-Gay wrote:
> Looks like this broke a number of tests:
> 
> test/Analysis/string.c
> test/Sema/align-x86.c
> test/Sema/anonymous-struct-union.c
> test/Sema/arm-layout.c
> test/Sema/const-eval.c
> test/Sema/missing-field-initializers.c
> test/Sema/warn-gnu-designators.c
> test/SemaObjC/sizeof-interface.m

All but one of the tests I could fix just by adding the missing ';'.  The last one (in anonymous-struct-union.c) just needed to expect the new warning.

Fixed in r127188.  Thanks for the heads up!

-- Carl





More information about the cfe-commits mailing list