]> granicus.if.org Git - clang/commit
If a declarator group declares a type, make sure to add that declaration
authorEli Friedman <eli.friedman@gmail.com>
Fri, 29 May 2009 01:49:24 +0000 (01:49 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Fri, 29 May 2009 01:49:24 +0000 (01:49 +0000)
commitc1dc653b08226c1d8e1732f9d8b03b82869900bc
tree26654a45595980f57aa6c588fd89aee163e9fbf9
parent402abb55fc2e0cdda5fb1ac90009b1f5f6774906
If a declarator group declares a type, make sure to add that declaration
to the DeclGroup.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72559 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Parse/Action.h
lib/Frontend/PrintParserCallbacks.cpp
lib/Parse/ParseDecl.cpp
lib/Parse/ParseDeclCXX.cpp
lib/Sema/Sema.h
lib/Sema/SemaDecl.cpp