summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/warn-reorder-ctor-initialization.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-4/+4
| | | | llvm-svn: 81346
* Misc fixes for -Wreorder:Eli Friedman2009-07-211-1/+14
| | | | | | | | | 1. Make it work correctly with anonymous unions. 2. Don't compute it if the warning isn't enabled. 3. Optimize the algorithm slightly to make it linear time in the case where we don't produce any warnings. llvm-svn: 76630
* Patch to build list of inherited virtual base classes Fariborz Jahanian2009-07-101-6/+64
| | | | | | | | in their order of construction for each class and use it to to check on propery order of base class construction under -Wreorder option. llvm-svn: 75270
* Sema check on out of order object initialization ofFariborz Jahanian2009-07-091-0/+18
class object's base and members under -Wreorder flag. llvm-svn: 75168
OpenPOWER on IntegriCloud