aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/default-constructor-initializers.cpp
AgeCommit message (Expand)Author
2011-05-17Implement some tests for defaulted constructors. To do this I had toSean Hunt
2010-08-23Relax the construction of a definition for implicit, trivial defaultChandler Carruth
2010-04-23Change the 'declared at' diagnostic to say 'declared here'.Anders Carlsson
2010-03-10When pretty-printing tag types, only print the tag if we're in C (andJohn McCall
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-09Add additional note to mark the cause of synthesized constructors. MarkEli Friedman
2009-11-09Unify the codepaths used to verify base and member initializers for explicitlyEli Friedman
2009-10-08Fix up error reporting when object cannot be constructed Fariborz Jahanian
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-07-09Pass the DeclName to the diagnostic builder so that member names will be quot...Anders Carlsson
2009-06-22Fixed text of a diagnostics.Fariborz Jahanian
2009-06-20Made improvements in c++'s object model patch on Doug's review.Fariborz Jahanian