Age | Commit message (Expand) | Author |
---|---|---|
2013-03-25 | <rdar://problem/13185264> Don't crash when attempting to redundantly initiali... | Douglas Gregor |
2012-01-24 | Support decltype in member initializers. | David Blaikie |
2011-11-17 | Include named unions in union member init checking | David Blaikie |
2010-04-10 | Diagnose more cases of initializing distinct members of an anonymous union | John McCall |
2010-04-02 | Diagnose multiple base and member initializers in class templates. | Anders Carlsson |
2010-03-30 | Fix a bug where we would incorrectly report an error about initializing two f... | 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-06-30 | A more detailed diagnosis of ill-formed ctor-initializer | Fariborz Jahanian |
2009-06-29 | Diagnose multiple initialzation of data-member/base | Fariborz Jahanian |