summaryrefslogtreecommitdiffstats
path: root/clang/test/FixIt/typo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Attempt typo correction for function calls with the wrong number of arguments.Kaelyn Uhrain2013-07-081-0/+8
* Allow typo correction to try removing nested name specifiers.Kaelyn Uhrain2013-07-021-3/+2
* Add the global namespace (the "::" namespace specifier) to the list ofKaelyn Uhrain2013-06-241-2/+6
* Fix typo correction of one qualified name to another.David Blaikie2012-10-121-2/+40
* When adding boolean keywords for typo correction, add either "bool" orDouglas Gregor2011-07-011-0/+6
* Add support for C++ namespace-aware typo correction, e.g., correctingDouglas Gregor2011-06-281-0/+6
* Extend Sema::ClassifyName() to support C++, ironing out a few issuesDouglas Gregor2011-04-271-0/+9
* Improve diagnostics for typo correction via Sema::ClassifyName(), byDouglas Gregor2011-04-271-1/+2
* 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