]> granicus.if.org Git - clang/commit
Cache the location of failed typo corrections so that typo correction
authorKaelyn Uhrain <rikka@google.com>
Fri, 27 Sep 2013 19:40:08 +0000 (19:40 +0000)
committerKaelyn Uhrain <rikka@google.com>
Fri, 27 Sep 2013 19:40:08 +0000 (19:40 +0000)
commit2b17b472d2f503ee61c460ca23f226c2aebcdd62
treea375adf41afb5e7d5869cb37b3237ec541d4e7af
parenteb263e8145ac9e1d5d2caf6f1d1662e5937a1e01
Cache the location of failed typo corrections so that typo correction
isn't repeatedly attempted for the same identifier at the same location.

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