| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
| * | Improve diagnostics and template instantiation behavior when calling | Douglas Gregor | 2009-10-21 | 1 | -0/+7 |
| * | Check the return type when calling pointer to member functions. | Anders Carlsson | 2009-10-15 | 1 | -1/+5 |
| * | Check the return type of binary operators and the arrow operator. | Anders Carlsson | 2009-10-13 | 1 | -1/+5 |
| * | Check the return type of operator[]() and fix a thinko that lead to a crash i... | Anders Carlsson | 2009-10-13 | 1 | -1/+3 |
| * | More return type checking. | Anders Carlsson | 2009-10-13 | 1 | -2/+5 |
| * | Diagnose invalid return types for unary operators. | Anders Carlsson | 2009-10-13 | 1 | -1/+5 |
| * | Pass the right SourceLocation to Actions.ActOnOverloadedOperatorReferenceExpr... | Anders Carlsson | 2009-10-13 | 1 | -1/+6 |
| * | Check that the return type is complete when calling a member function. | Anders Carlsson | 2009-10-10 | 1 | -1/+5 |
| * | Add another test. | Anders Carlsson | 2009-10-09 | 1 | -0/+16 |

