summaryrefslogtreecommitdiff
path: root/test/SemaCXX/class-base-member-init.cpp
AgeCommit message (Expand)Author
2013-07-11Make CXXBaseSpecifier::getType return unqual type.Eli Friedman
2013-03-25<rdar://problem/13185264> Don't crash when attempting to redundantly initiali...Douglas Gregor
2012-01-24Support decltype in member initializers.David Blaikie
2011-11-17Include named unions in union member init checkingDavid Blaikie
2010-04-10Diagnose more cases of initializing distinct members of an anonymous unionJohn McCall
2010-04-02Diagnose multiple base and member initializers in class templates.Anders Carlsson
2010-03-30Fix a bug where we would incorrectly report an error about initializing two f...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-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-06-30A more detailed diagnosis of ill-formed ctor-initializerFariborz Jahanian
2009-06-29Diagnose multiple initialzation of data-member/base Fariborz Jahanian