]> granicus.if.org Git - clang/commit
Allow CorrectTypo to add/modify nested name qualifiers to typos that
authorKaelyn Uhrain <rikka@google.com>
Wed, 6 Jun 2012 20:54:51 +0000 (20:54 +0000)
committerKaelyn Uhrain <rikka@google.com>
Wed, 6 Jun 2012 20:54:51 +0000 (20:54 +0000)
commit8d3607bf22a6a70acce3722a758f02d4ea84fc3a
treec9471cc39172eac5648699c3ce71d8d4512cdfb9
parent36397dc6c1bf1513a3bac4eabe9209e5b2295a55
Allow CorrectTypo to add/modify nested name qualifiers to typos that
are otherwise too short to try to correct.

The TODOs added to two of the tests are for existing deficiencies in the
typo correction code that could be exposed by using longer identifiers.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158109 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaLookup.cpp
test/CXX/temp/temp.spec/temp.expl.spec/p3.cpp
test/Parser/cxx-using-directive.cpp
test/SemaCXX/elaborated-type-specifier.cpp
test/SemaCXX/nested-name-spec.cpp
test/SemaCXX/qualified-id-lookup.cpp