Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement a new warning for when adding a default argument to a method | Alexis Hunt | 2011-05-26 | 1 | -2/+2 |
* | Add test case from PR6064, which now works | Douglas Gregor | 2010-03-02 | 1 | -0/+13 |
* | Switch Sema::AddCXXDirectInitializerToDecl over to InitializationSequence | Douglas Gregor | 2009-12-22 | 1 | -4/+3 |
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
* | Revert r88718, which does NOT solve the constructor-template-as-copy-construc... | Douglas Gregor | 2009-11-13 | 1 | -3/+5 |
* | A constructor template cannot be instantiated to a copy | Douglas Gregor | 2009-11-13 | 1 | -5/+3 |
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -3/+3 |
* | After reporting ill-formed copy constructor(12.8.p3) | Fariborz Jahanian | 2009-08-06 | 1 | -0/+13 |