]> granicus.if.org Git - clang/commit
Rework DiagnoseInvalidRedeclaration to add the ability to correct typos when
authorKaelyn Uhrain <rikka@google.com>
Thu, 18 Aug 2011 18:19:12 +0000 (18:19 +0000)
committerKaelyn Uhrain <rikka@google.com>
Thu, 18 Aug 2011 18:19:12 +0000 (18:19 +0000)
commit516116308007280f0dd6661cdd94112468c3c5fc
tree3dc3a4ff5e81ca36a9258a57836923c98b5d8412
parenta676379b26edc959193f9f919ba9c6d296a57824
Rework DiagnoseInvalidRedeclaration to add the ability to correct typos when
diagnosing invalid function redeclarations.

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