]> granicus.if.org Git - clang/commit
Offer typo suggestions for 'using' declarations.
authorKaelyn Uhrain <rikka@google.com>
Wed, 10 Jul 2013 17:34:22 +0000 (17:34 +0000)
committerKaelyn Uhrain <rikka@google.com>
Wed, 10 Jul 2013 17:34:22 +0000 (17:34 +0000)
commit0daf1f4a0ff1cd6487c7040ac8f97eee48185536
treea4e50af382d6dadc4b0bf38ee4ee989e44d8ccbc
parentc7bd68f9edcbca95e882d0ab18d09371f0bdb82c
Offer typo suggestions for 'using' declarations.

Patch courtesy of Luke Zarko <zarko@google.com>

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@186019 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclCXX.cpp
test/FixIt/typo-using.cpp [new file with mode: 0644]
test/SemaCXX/using-decl-1.cpp