summaryrefslogtreecommitdiff
path: root/test/SemaCXX/class-base-member-init.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make CXXBaseSpecifier::getType return unqual type.Eli Friedman2013-07-111-0/+10
* <rdar://problem/13185264> Don't crash when attempting to redundantly initiali...Douglas Gregor2013-03-251-0/+8
* Support decltype in member initializers.David Blaikie2012-01-241-1/+17
* Include named unions in union member init checkingDavid Blaikie2011-11-171-3/+3
* Diagnose more cases of initializing distinct members of an anonymous unionJohn McCall2010-04-101-0/+23
* Diagnose multiple base and member initializers in class templates.Anders Carlsson2010-04-021-0/+25
* Fix a bug where we would incorrectly report an error about initializing two f...Anders Carlsson2010-03-301-6/+15
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-3/+3
* A more detailed diagnosis of ill-formed ctor-initializerFariborz Jahanian2009-06-301-1/+3
* Diagnose multiple initialzation of data-member/base Fariborz Jahanian2009-06-291-0/+17