]> granicus.if.org Git - clang/commit
Revert Microsoft-specific override of the "typedef requires a name"
authorDouglas Gregor <dgregor@apple.com>
Fri, 16 Jul 2010 15:40:40 +0000 (15:40 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 16 Jul 2010 15:40:40 +0000 (15:40 +0000)
commita0ebd60bfda56c161a87adb01f1b9a1d0e7ae32f
tree21cf1e3235a7e40d23101cdc2eb8c1fbc795cde0
parent0c99ec6d229b49085ec3c364d5c6090b33438a93
Revert Microsoft-specific override of the "typedef requires a name"
diagnostic. Instead, put it and the "declaration does not declare
anything" warning into -Wmissing-declarations.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@108527 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticCommonKinds.td
include/clang/Basic/DiagnosticGroups.td
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaDecl.cpp
test/Parser/MicrosoftExtensions.c