summaryrefslogtreecommitdiffstats
path: root/clang/test/FixIt/typo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix handling of property and ivar lookup in typo correction; the twoDouglas Gregor2010-10-201-3/+1
* Disable this test while I track down the platform-specific issueDouglas Gregor2010-10-201-0/+3
* Fix broken testcaseDouglas Gregor2010-06-291-2/+2
* Typo correction for namespace alias definitionsDouglas Gregor2010-06-291-2/+5
* Allow a using directive to refer to the implicitly-defined namespaceDouglas Gregor2010-06-291-1/+6
* Teach clang -fixit to modify files in-place, or -fixit=suffix to create newNick Lewycky2010-04-241-1/+3
* Turn access control on by default in -cc1.John McCall2010-04-091-0/+1
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-3/+3
* Fix the search for visible declarations within a Scope to ensure thatDouglas Gregor2010-01-071-2/+3
* When we typo-correct a base class initializer, point to the base classDouglas Gregor2010-01-071-1/+1
* Whenever we emit a typo-correction diagnostic, also emit a noteDouglas Gregor2010-01-071-6/+6
* Make sure that the search for visible declarations looks into the semantic pa...Douglas Gregor2010-01-011-0/+10
* Fix typo test RUN linesDouglas Gregor2010-01-011-1/+1
* Typo correction for C++ base and member initializers, e.g.,Douglas Gregor2009-12-311-0/+8
* Add another typo test for nested-name-specifiersDouglas Gregor2009-12-311-0/+2
* Typo correction for identifiers within nested name specifiers, e.g.,Douglas Gregor2009-12-311-1/+2
* Typo correction for template names, e.g.,Douglas Gregor2009-12-311-0/+4
* Typo correction for member access into classes/structs/unions, e.g.,Douglas Gregor2009-12-311-1/+2
* Implement typo correction for id-expressions, e.g.,Douglas Gregor2009-12-311-1/+13
* Typo correction for type names when they appear in declarations, e.g., givenDouglas Gregor2009-12-301-0/+15
OpenPOWER on IntegriCloud