summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/missing-field-initializers.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix tests to account for new warning "expected ';' at end of declaration ↵Carl Norum2011-03-071-1/+1
| | | | | | list". Sorry, folks! llvm-svn: 127188
* Don't complain about missing field initializers when the initializerDouglas Gregor2010-06-181-0/+2
| | | | | | list is completely empty, from Lasse Kärkkäinen! Fixes PR7413. llvm-svn: 106320
* Remember the PR number.John McCall2010-03-111-0/+2
| | | | llvm-svn: 98276
* Implement -Wmissing-field-initializers. Patch by mikem!John McCall2010-03-111-0/+48
llvm-svn: 98275
OpenPOWER on IntegriCloud