]> granicus.if.org Git - clang/commit
Don't accept a typo correction if the corrected identifier is the same as the
authorKaelyn Uhrain <rikka@google.com>
Thu, 18 Aug 2011 21:57:36 +0000 (21:57 +0000)
committerKaelyn Uhrain <rikka@google.com>
Thu, 18 Aug 2011 21:57:36 +0000 (21:57 +0000)
commitd2c8972726b14313508684245aa994cccbcef248
treedd7ae7c3256b2ce5724ac50e17d62ab74dabfc04
parent3366582a026ce8044d58352088df358a9e987508
Don't accept a typo correction if the corrected identifier is the same as the
uncorrected identifier. Fixes a problem pointed out by Eli.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@137987 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDecl.cpp
test/SemaCXX/function-redecl.cpp