summaryrefslogtreecommitdiff
path: root/test/SemaCXX/value-initialization.cpp
Commit message (Expand)AuthorAge
* PR10217: Provide diagnostics explaining why an implicitly-deleted specialRichard Smith2012-03-30
* When overload resolution picks an implicitly-deleted special memberDouglas Gregor2012-02-15
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-13
* Add a missing case for default constructor deletion.Sean Hunt2011-05-20
* Change the 'declared at' diagnostic to say 'declared here'.Anders Carlsson2010-04-23
* Warn about non-aggregate classes with no user-declared constructorsDouglas Gregor2010-04-15
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-10
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-15
* Add additional note to mark the cause of synthesized constructors. MarkEli Friedman2009-11-09
* Unify the codepaths used to verify base and member initializers for explicitlyEli Friedman2009-11-09
* Remove previous patch for pr5296 due to further clarificationFariborz Jahanian2009-11-03
* Generate constructor for value-initialization cases, even if the Fariborz Jahanian2009-10-27