Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Wire up LookupMemberExpr to use the new TypoExpr. | Kaelyn Takata | 2014-10-27 | 1 | -2/+3 |
* | Add an error message with fixit hint for changing '.' to '->'. | Kaelyn Uhrain | 2012-04-25 | 1 | -0/+28 |
* | Fix infinite loop during error diagnostics. Fixes rdar://8875304. | Argyrios Kyrtzidis | 2011-01-25 | 1 | -0/+13 |
* | 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 |
* | PR5520: Make sure to check whether the base type is complete before looking for | Eli Friedman | 2009-11-18 | 1 | -1/+4 |
* | Eliminate &&s in tests. | Daniel Dunbar | 2009-11-08 | 1 | -1/+1 |
* | Look for overloaded arrow operators in base classes. | Anders Carlsson | 2009-09-10 | 1 | -0/+22 |