]> granicus.if.org Git - clang/commit
Reject typedef redefinitions when the underlying types are not identical,
authorChris Lattner <sabre@nondot.org>
Fri, 25 Jul 2008 18:44:27 +0000 (18:44 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 25 Jul 2008 18:44:27 +0000 (18:44 +0000)
commit99cb9976efe84f44b3b1957c4fe042dae366b989
treea0b74988affe5bf45ebe4dcfb1c438d57bf0f42b
parent806c3b9478b44dec77d28f3de987f793d42ad555
Reject typedef redefinitions when the underlying types are not identical,
even if in a system header etc.  rdar://6079937

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54038 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticKinds.def
lib/Sema/SemaDecl.cpp
test/Sema/typedef-redef.c