]> granicus.if.org Git - clang/commit
Added Parser::ParseStructDeclaration() as a result of refactoring Parser::ParseStruct...
authorSteve Naroff <snaroff@apple.com>
Mon, 20 Aug 2007 22:28:22 +0000 (22:28 +0000)
committerSteve Naroff <snaroff@apple.com>
Mon, 20 Aug 2007 22:28:22 +0000 (22:28 +0000)
commit28a7ca80da5dd2d0fca75d9a3b7a5f4851712592
tree4f647e84e7caa5d31f4ff879ac5bdf2c087f7e9a
parentdac269b65eed82182fc3e96566dedd6562dfe11e
Added Parser::ParseStructDeclaration() as a result of refactoring Parser::ParseStructUnionBody().

Motivation: Objective-C can now share this rule. It also makes Parser::ParseStructUnionBody()
a bit smaller/cleaner..

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@41201 91177308-0d34-0410-b5e6-96231b3b80d8
Parse/ParseDecl.cpp
include/clang/Parse/Parser.h