summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/AttributeList.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-04-10 06:46:29 +0000
committerChris Lattner <sabre@nondot.org>2008-04-10 06:46:29 +0000
commita12405b0ef756282f200de047b3ecf82db714410 (patch)
treec6688d64a4d351cb71a48a0b184627c5f82f7f62 /clang/lib/Parse/AttributeList.cpp
parent32295d344aec80a89b24f93cae3758f7bac1a207 (diff)
downloadbcm5719-llvm-a12405b0ef756282f200de047b3ecf82db714410.tar.gz
bcm5719-llvm-a12405b0ef756282f200de047b3ecf82db714410.zip
refactor Parser::ParseStructDeclaration to return a vector of uninterpreted
declarators. This allows the clients (C structs, objc classes, objc properties, [future] C++ classes) etc, to do custom processing before invoking an action. This has two benefits in the short term: 1) objc ivar processing should be split out of ActOnField into its own ActOn method. 2) the new objc ivar action can take visibility info directly, eliminating AllVisibilities in ParseObjCClassInstanceVariables. 3) objc properties can pass their own special sauce down to sema as well. llvm-svn: 49468
Diffstat (limited to 'clang/lib/Parse/AttributeList.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud