]> granicus.if.org Git - clang/commit
Teach the FixIt in DiagnoseInvalidRedeclaration how to replace the written
authorKaelyn Uhrain <rikka@google.com>
Thu, 7 Jun 2012 23:57:12 +0000 (23:57 +0000)
committerKaelyn Uhrain <rikka@google.com>
Thu, 7 Jun 2012 23:57:12 +0000 (23:57 +0000)
commitb7fe579968a2fad25d95514f96c6649aae519c81
tree3f782e0b7fbc330b083d192ab54be8e9166f4275
parentef094a1ab79c57269b627cb19748384d9a26fb31
Teach the FixIt in DiagnoseInvalidRedeclaration how to replace the written
nested name specifiers in addition to the function's identifier when the
correction has a different nested name specifier.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158178 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDecl.cpp
test/FixIt/fixit.cpp