summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/dcl.decl/dcl.init/p6.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement the likely resolution of core issue 253.Nico Weber2016-02-191-3/+3
* Move fixit for const init from note to diag, weaken to warning in MS mode.Nico Weber2015-04-171-3/+3
* Improve diagnostic on default-initializing const variables (PR20208).Nico Weber2014-07-231-3/+3
* Teach Sema::ActOnUninitializedDecl() not to try to interpret when oneDouglas Gregor2011-05-211-0/+12
* 'const std::type_info*' instead of 'std::type_info const*'Chris Lattner2010-09-051-1/+1
* make clang print types as "const int *" instead of "int const*",Chris Lattner2010-09-051-1/+1
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-1/+1
* In C++98/03, an uninitialized variable that has POD class type will beDouglas Gregor2010-03-081-1/+2
* Migrate the mish-mash of declaration checks inDouglas Gregor2010-02-091-1/+1
* Rework base and member initialization in constructors, with severalDouglas Gregor2010-01-311-0/+15
OpenPOWER on IntegriCloud