summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaInit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Count the number of initializable members correctly in structs/unions Eli Friedman2008-05-251-2/+6
* Diagnose implicit init list for empty aggregate, like struct {}. Fixes Eli Friedman2008-05-251-0/+7
* Move the error checking for variable-sized objects so we don't Eli Friedman2008-05-251-20/+19
* Be a bit more defensive in SemaInit.Eli Friedman2008-05-201-1/+7
* Adjust warning so that it doesn't fire when there is an error.Eli Friedman2008-05-191-3/+4
* Add errors for some illegal constructs (specifically, "int a = {{3}};" Eli Friedman2008-05-191-10/+14
* Some more SemaInit cleanup.Eli Friedman2008-05-191-36/+42
* Various fixes; solves (almost) all of the test regressions that would be Eli Friedman2008-05-191-112/+79
* Several fixes to SemaInit.cpp. It's still not enabled (since it fails a few t...Steve Naroff2008-05-061-31/+48
* Replace Sema::CheckInitializerListTypes() with a helper class (InitListChecke...Steve Naroff2008-05-011-0/+292
OpenPOWER on IntegriCloud