summaryrefslogtreecommitdiff
path: root/test/Sema/missing-field-initializers.c
Commit message (Expand)AuthorAgeFilesLines
* Fix tests to account for new warning "expected ';' at end of declaration list...Carl Norum2011-03-071-1/+1
* Don't complain about missing field initializers when the initializerDouglas Gregor2010-06-181-0/+2
* Remember the PR number.John McCall2010-03-111-0/+2
* Implement -Wmissing-field-initializers. Patch by mikem!John McCall2010-03-111-0/+48