]> granicus.if.org Git - clang/commit
Fix up the calls to CorrectTypo in Sema*ObjC.cpp to use callback
authorKaelyn Uhrain <rikka@google.com>
Fri, 13 Jan 2012 01:32:50 +0000 (01:32 +0000)
committerKaelyn Uhrain <rikka@google.com>
Fri, 13 Jan 2012 01:32:50 +0000 (01:32 +0000)
commit2f4d88f4418afafbd0b22ce0f79cdead6f3a6f99
tree87eff1ce5d638162c69f09d248209d43ddff811f
parenta150fa308028c3eed168c8d08f7ca4ded7d2b94f
Fix up the calls to CorrectTypo in Sema*ObjC.cpp to use callback
objects, and add a basic CorrectionCandidateCallback template class
to simplify the fixups.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@148085 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/TypoCorrection.h
lib/Sema/SemaDeclObjC.cpp
lib/Sema/SemaExprObjC.cpp