]> granicus.if.org Git - clang/commit
In C++, allow a declaration of an enum to follow a definition of that
authorDouglas Gregor <dgregor@apple.com>
Tue, 22 Jun 2010 14:26:35 +0000 (14:26 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 22 Jun 2010 14:26:35 +0000 (14:26 +0000)
commitf3a7b7cfacf802db5458874842b71a74845f0023
treee036522d5905c77fff431c1e48270498b13b4408
parent661c36b057d07c76c16fee95c01d96f3956265be
In C++, allow a declaration of an enum to follow a definition of that
enum as a GNU extension.

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