summaryrefslogtreecommitdiff
path: root/test/SemaCXX/missing-namespace-qualifier-typo-corrections.cpp
AgeCommit message (Expand)Author
2013-09-26Teach typo correction to look inside of classes like it does namespaces.Kaelyn Uhrain
2013-03-05Add quotation marks to template names in diagnostics.David Blaikie
2012-03-12Fix parsing of type-specifier-seq's. Types are syntactically allowed to beRichard Smith
2012-02-15Improve typo correction involving nested name specifiers.Kaelyn Uhrain
2012-02-14Use several weighted factors to determine typo candidate viablity.Kaelyn Uhrain
2011-12-15Modify how the -verify flag works. Currently, the verification string andRichard Trieu
2011-10-18Switch to the C++11 warning flags in tests. David Blaikie
2011-10-11Add typo correction for type names.Kaelyn Uhrain
2011-09-27Revert r140589. It was causing failures during llvm compilation:Bill Wendling
2011-09-27Add typo correction for the type name in C++ "new" statementsKaelyn Uhrain
2011-09-13Split the two invalid uses of the unqualified Foobar at line 3 to two linesKaelyn Uhrain
2011-07-13Fix an incorrect namespace typo-correction diagnostic, from KaelynDouglas Gregor
2011-06-28Add support for C++ namespace-aware typo correction, e.g., correctingDouglas Gregor