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

