aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/illegal-member-initialization.cpp
AgeCommit message (Expand)Author
2010-04-23Change the 'declared at' diagnostic to say 'declared here'.Anders Carlsson
2010-04-23Factor code to initialize an implicit member out into a separate function.Anders Carlsson
2010-03-10When pretty-printing tag types, only print the tag if we're in C (andJohn McCall
2010-01-31Rework base and member initialization in constructors, with severalDouglas Gregor
2009-12-31improve diagnostics for case when a field type is unknown byChris Lattner
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-09-03Issue diagnostics in variety of situations involvingFariborz Jahanian