| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix handling of property and ivar lookup in typo correction; the two | Douglas Gregor | 2010-10-20 | 1 | -3/+1 |
| * | Disable this test while I track down the platform-specific issue | Douglas Gregor | 2010-10-20 | 1 | -0/+3 |
| * | Fix broken testcase | Douglas Gregor | 2010-06-29 | 1 | -2/+2 |
| * | Typo correction for namespace alias definitions | Douglas Gregor | 2010-06-29 | 1 | -2/+5 |
| * | Allow a using directive to refer to the implicitly-defined namespace | Douglas Gregor | 2010-06-29 | 1 | -1/+6 |
| * | Teach clang -fixit to modify files in-place, or -fixit=suffix to create new | Nick Lewycky | 2010-04-24 | 1 | -1/+3 |
| * | Turn access control on by default in -cc1. | John McCall | 2010-04-09 | 1 | -0/+1 |
| * | When pretty-printing tag types, only print the tag if we're in C (and | John McCall | 2010-03-10 | 1 | -3/+3 |
| * | Fix the search for visible declarations within a Scope to ensure that | Douglas Gregor | 2010-01-07 | 1 | -2/+3 |
| * | When we typo-correct a base class initializer, point to the base class | Douglas Gregor | 2010-01-07 | 1 | -1/+1 |
| * | Whenever we emit a typo-correction diagnostic, also emit a note | Douglas Gregor | 2010-01-07 | 1 | -6/+6 |
| * | Make sure that the search for visible declarations looks into the semantic pa... | Douglas Gregor | 2010-01-01 | 1 | -0/+10 |
| * | Fix typo test RUN lines | Douglas Gregor | 2010-01-01 | 1 | -1/+1 |
| * | Typo correction for C++ base and member initializers, e.g., | Douglas Gregor | 2009-12-31 | 1 | -0/+8 |
| * | Add another typo test for nested-name-specifiers | Douglas Gregor | 2009-12-31 | 1 | -0/+2 |
| * | Typo correction for identifiers within nested name specifiers, e.g., | Douglas Gregor | 2009-12-31 | 1 | -1/+2 |
| * | Typo correction for template names, e.g., | Douglas Gregor | 2009-12-31 | 1 | -0/+4 |
| * | Typo correction for member access into classes/structs/unions, e.g., | Douglas Gregor | 2009-12-31 | 1 | -1/+2 |
| * | Implement typo correction for id-expressions, e.g., | Douglas Gregor | 2009-12-31 | 1 | -1/+13 |
| * | Typo correction for type names when they appear in declarations, e.g., given | Douglas Gregor | 2009-12-30 | 1 | -0/+15 |