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