summaryrefslogtreecommitdiff
path: root/test/SemaCXX/missing-namespace-qualifier-typo-corrections.cpp
Commit message (Expand)AuthorAgeFilesLines
* Teach typo correction to look inside of classes like it does namespaces.Kaelyn Uhrain2013-09-261-4/+4
* Add quotation marks to template names in diagnostics.David Blaikie2013-03-051-1/+1
* Fix parsing of type-specifier-seq's. Types are syntactically allowed to beRichard Smith2012-03-121-4/+3
* Improve typo correction involving nested name specifiers.Kaelyn Uhrain2012-02-151-0/+25
* Use several weighted factors to determine typo candidate viablity.Kaelyn Uhrain2012-02-141-0/+21
* Modify how the -verify flag works. Currently, the verification string andRichard Trieu2011-12-151-2/+2
* Switch to the C++11 warning flags in tests. David Blaikie2011-10-181-1/+1
* Add typo correction for type names.Kaelyn Uhrain2011-10-111-4/+8
* Revert r140589. It was causing failures during llvm compilation:Bill Wendling2011-09-271-8/+4
* Add typo correction for the type name in C++ "new" statementsKaelyn Uhrain2011-09-271-4/+8
* Split the two invalid uses of the unqualified Foobar at line 3 to two linesKaelyn Uhrain2011-09-131-2/+2
* Fix an incorrect namespace typo-correction diagnostic, from KaelynDouglas Gregor2011-07-131-3/+14
* Add support for C++ namespace-aware typo correction, e.g., correctingDouglas Gregor2011-06-281-0/+61