]> granicus.if.org Git - clang/commit
Implement the GNU semantics for forward declarations of enum types in
authorDouglas Gregor <dgregor@apple.com>
Fri, 6 Mar 2009 18:34:03 +0000 (18:34 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 6 Mar 2009 18:34:03 +0000 (18:34 +0000)
commit80711a22fa06b734a68d719ac85d4e443a51cb09
tree7d1ff807a14a0f0dada1ff41f3db62776c1ef9a1
parent6370812b4277134b3c5cd143b20adc8c94890b91
Implement the GNU semantics for forward declarations of enum types in
C and C++. Fixes PR3688.

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