aboutsummaryrefslogtreecommitdiff
path: root/clang/test/SemaCXX/default-constructor-initializers.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-02-24[Test] Make Lit tests C++11 compatible #10Charles Li1-15/+66
2011-05-17Implement some tests for defaulted constructors. To do this I had toAlexis Hunt1-0/+7
2010-08-23Relax the construction of a definition for implicit, trivial defaultChandler Carruth1-1/+7
2010-04-23Change the 'declared at' diagnostic to say 'declared here'.Anders Carlsson1-3/+3
2010-03-10When pretty-printing tag types, only print the tag if we're in C (andJohn McCall1-3/+2
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar1-1/+1
2009-11-09Add additional note to mark the cause of synthesized constructors. MarkEli Friedman1-3/+3
2009-11-09Unify the codepaths used to verify base and member initializers for explicitlyEli Friedman1-8/+8
2009-10-08Fix up error reporting when object cannot be constructed Fariborz Jahanian1-3/+3
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump1-3/+3
2009-07-09Pass the DeclName to the diagnostic builder so that member names will be quot...Anders Carlsson1-3/+3
2009-06-22Fixed text of a diagnostics.Fariborz Jahanian1-2/+2
2009-06-20Made improvements in c++'s object model patch on Doug's review.Fariborz Jahanian1-0/+56