Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement the likely resolution of core issue 253. | Nico Weber | 2016-02-19 | 1 | -3/+3 |
* | Move fixit for const init from note to diag, weaken to warning in MS mode. | Nico Weber | 2015-04-17 | 1 | -3/+3 |
* | Improve diagnostic on default-initializing const variables (PR20208). | Nico Weber | 2014-07-23 | 1 | -3/+3 |
* | Teach Sema::ActOnUninitializedDecl() not to try to interpret when one | Douglas Gregor | 2011-05-21 | 1 | -0/+12 |
* | 'const std::type_info*' instead of 'std::type_info const*' | Chris Lattner | 2010-09-05 | 1 | -1/+1 |
* | make clang print types as "const int *" instead of "int const*", | Chris Lattner | 2010-09-05 | 1 | -1/+1 |
* | When pretty-printing tag types, only print the tag if we're in C (and | John McCall | 2010-03-10 | 1 | -1/+1 |
* | In C++98/03, an uninitialized variable that has POD class type will be | Douglas Gregor | 2010-03-08 | 1 | -1/+2 |
* | Migrate the mish-mash of declaration checks in | Douglas Gregor | 2010-02-09 | 1 | -1/+1 |
* | Rework base and member initialization in constructors, with several | Douglas Gregor | 2010-01-31 | 1 | -0/+15 |