]> granicus.if.org Git - clang/commit
Give the default CorrectionCandidateCallback::ValidateCandidate some
authorKaelyn Uhrain <rikka@google.com>
Wed, 3 Apr 2013 16:59:49 +0000 (16:59 +0000)
committerKaelyn Uhrain <rikka@google.com>
Wed, 3 Apr 2013 16:59:49 +0000 (16:59 +0000)
commit20a7cf4d782e32b2752e651a11ed3712d2debd65
tree6508fae972481d70cb0a7a296ff79060e2204fa7
parent8f187f62cb0487d31bc4afdfcd47e11fe9a51d05
Give the default CorrectionCandidateCallback::ValidateCandidate some
smarts so that it doesn't approve of keywords and/or type names when it
knows (based on its flags) that those kinds of corrections are not
wanted.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@178668 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/TypoCorrection.h
lib/Parse/ParseTentative.cpp
lib/Sema/SemaLookup.cpp
test/SemaCXX/typo-correction.cpp