]> granicus.if.org Git - clang/commit
Convert SemaTemplate*.cpp to pass a callback object to CorrectTypo.
authorKaelyn Uhrain <rikka@google.com>
Fri, 13 Jan 2012 23:10:36 +0000 (23:10 +0000)
committerKaelyn Uhrain <rikka@google.com>
Fri, 13 Jan 2012 23:10:36 +0000 (23:10 +0000)
commitf8ec8c9935acf77ff929b0aa51428d70c37c232a
tree12e786b1f4d6f49903347efa7ba24434085b9da4
parent117c45666c99f1797c708767d7c0ccaa7902ec42
Convert SemaTemplate*.cpp to pass a callback object to CorrectTypo.

The change to SemaTemplateVariadic.cpp improves the typo correction
results in certain situations, while the change to SemaTemplate.cpp
does not change existing behavior.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@148155 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaTemplate.cpp
lib/Sema/SemaTemplateVariadic.cpp
test/SemaCXX/typo-correction.cpp