]> granicus.if.org Git - clang/commit
Fix a bug in the typo correction replacement location.
authorKaelyn Uhrain <rikka@google.com>
Thu, 26 Sep 2013 19:10:34 +0000 (19:10 +0000)
committerKaelyn Uhrain <rikka@google.com>
Thu, 26 Sep 2013 19:10:34 +0000 (19:10 +0000)
commite67ebbed3dfdd6950b1d56eab7cb66b9a209381b
tree76813113465d7f52e089ff86bbe7877a96286096
parent3d9559b91c00757b296354cc6ca93e899266c7d2
Fix a bug in the typo correction replacement location.

I noticed the wrong text was being replaced with the correction while
working on expanding the "namespace-aware" typo correction to include
classes.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@191450 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExpr.cpp
test/FixIt/typo-location-bugs.cpp [new file with mode: 0644]