summaryrefslogtreecommitdiff
path: root/test/SemaCXX/warn-reorder-ctor-initialization.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve -Wreorder to handle cases of anonymous class member orderingDavid Blaikie2013-01-171-0/+11
* Fix a crasher in constructor-initializer reordering warnings (PR7179).Douglas Gregor2010-05-201-0/+10
* Diagnose more cases of initializing distinct members of an anonymous unionJohn McCall2010-04-101-0/+12
* Diagnose misordered initializers in constructor templates immediately instead ofJohn McCall2010-04-101-18/+27
* Fix a nasty bug in the virtual base computation which would lead to us initia...Anders Carlsson2010-03-291-0/+12
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-11/+11
* 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-4/+4
* Misc fixes for -Wreorder:Eli Friedman2009-07-211-1/+14
* Patch to build list of inherited virtual base classes Fariborz Jahanian2009-07-101-6/+64
* Sema check on out of order object initialization ofFariborz Jahanian2009-07-091-0/+18