Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support decltype in member initializers. | David Blaikie | 2012-01-24 | 1 | -1/+17 |
* | Include named unions in union member init checking | David Blaikie | 2011-11-17 | 1 | -3/+3 |
* | Diagnose more cases of initializing distinct members of an anonymous union | John McCall | 2010-04-10 | 1 | -0/+23 |
* | Diagnose multiple base and member initializers in class templates. | Anders Carlsson | 2010-04-02 | 1 | -0/+25 |
* | Fix a bug where we would incorrectly report an error about initializing two f... | Anders Carlsson | 2010-03-30 | 1 | -6/+15 |
* | When pretty-printing tag types, only print the tag if we're in C (and | John McCall | 2010-03-10 | 1 | -1/+1 |
* | 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 | -3/+3 |
* | A more detailed diagnosis of ill-formed ctor-initializer | Fariborz Jahanian | 2009-06-30 | 1 | -1/+3 |
* | Diagnose multiple initialzation of data-member/base | Fariborz Jahanian | 2009-06-29 | 1 | -0/+17 |