| Commit message (Expand) | Author | Age | Files | Lines |
* | Attempt typo correction for function calls with the wrong number of arguments. | Kaelyn Uhrain | 2013-07-08 | 1 | -0/+8 |
* | Allow typo correction to try removing nested name specifiers. | Kaelyn Uhrain | 2013-07-02 | 1 | -3/+2 |
* | Add the global namespace (the "::" namespace specifier) to the list of | Kaelyn Uhrain | 2013-06-24 | 1 | -2/+6 |
* | Fix typo correction of one qualified name to another. | David Blaikie | 2012-10-12 | 1 | -2/+40 |
* | When adding boolean keywords for typo correction, add either "bool" or | Douglas Gregor | 2011-07-01 | 1 | -0/+6 |
* | Add support for C++ namespace-aware typo correction, e.g., correcting | Douglas Gregor | 2011-06-28 | 1 | -0/+6 |
* | Extend Sema::ClassifyName() to support C++, ironing out a few issues | Douglas Gregor | 2011-04-27 | 1 | -0/+9 |
* | Improve diagnostics for typo correction via Sema::ClassifyName(), by | Douglas Gregor | 2011-04-27 | 1 | -1/+2 |
* | 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 |