Age | Commit message (Expand) | Author |
---|---|---|
2013-01-17 | Improve -Wreorder to handle cases of anonymous class member ordering | David Blaikie |
2010-05-20 | Fix a crasher in constructor-initializer reordering warnings (PR7179). | Douglas Gregor |
2010-04-10 | Diagnose more cases of initializing distinct members of an anonymous union | John McCall |
2010-04-10 | Diagnose misordered initializers in constructor templates immediately instead of | John McCall |
2010-03-29 | Fix a nasty bug in the virtual base computation which would lead to us initia... | Anders Carlsson |
2010-03-10 | When pretty-printing tag types, only print the tag if we're in C (and | John McCall |
2009-12-15 | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-07-21 | Misc fixes for -Wreorder: | Eli Friedman |
2009-07-10 | Patch to build list of inherited virtual base classes | Fariborz Jahanian |
2009-07-09 | Sema check on out of order object initialization of | Fariborz Jahanian |