]> granicus.if.org Git - clang/commit
objc -arse: Use DeclGroup for forward class declarations;
authorFariborz Jahanian <fjahanian@apple.com>
Thu, 25 Aug 2011 17:47:31 +0000 (17:47 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Thu, 25 Aug 2011 17:47:31 +0000 (17:47 +0000)
commitd8e987bee9d39f9131e9be319483265fd894c108
tree94fbabb8b6495741d8237533c1a3cf989fe40fa2
parentfab83b5e7cb9507c7775edb93ed84758df132285
objc -arse: Use DeclGroup for forward class declarations;
as in @class foo, bar. More cleanup to follow.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@138567 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Parse/Parser.h
include/clang/Sema/Sema.h
lib/Parse/ParseObjc.cpp
lib/Parse/Parser.cpp
lib/Sema/SemaDeclObjC.cpp