aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/warn-reorder-ctor-initialization.cpp
AgeCommit message (Expand)Author
2013-01-17Improve -Wreorder to handle cases of anonymous class member orderingDavid Blaikie
2010-05-20Fix a crasher in constructor-initializer reordering warnings (PR7179).Douglas Gregor
2010-04-10Diagnose more cases of initializing distinct members of an anonymous unionJohn McCall
2010-04-10Diagnose misordered initializers in constructor templates immediately instead ofJohn McCall
2010-03-29Fix a nasty bug in the virtual base computation which would lead to us initia...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-07-21Misc fixes for -Wreorder:Eli Friedman
2009-07-10Patch to build list of inherited virtual base classes Fariborz Jahanian
2009-07-09Sema check on out of order object initialization ofFariborz Jahanian