]> granicus.if.org Git - clang/commit
- Add an ObjcIvarDecl AST node (a subclass of FieldDecl).
authorSteve Naroff <snaroff@apple.com>
Tue, 11 Sep 2007 21:17:26 +0000 (21:17 +0000)
committerSteve Naroff <snaroff@apple.com>
Tue, 11 Sep 2007 21:17:26 +0000 (21:17 +0000)
commit4473921b663539cc489435d6eae5c14df1bc4a96
tree2b8b3622f102f6bb8ae5ae43889fa568f47c07f5
parent8a4010d40c7ba61a92c728814639674726888e8f
- Add an ObjcIvarDecl AST node (a subclass of FieldDecl).
- Instantiate the node in Sema::ParseField(), based on the type of the TagDecl.
- Add Sema::ObjcAddInstanceVariable(), responsible for adorning/adding the ObjcIvarDecl.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@41864 91177308-0d34-0410-b5e6-96231b3b80d8
Sema/Sema.h
Sema/SemaDecl.cpp
clang.xcodeproj/project.pbxproj
include/clang/AST/Decl.h
include/clang/Parse/Action.h