summaryrefslogtreecommitdiffstats
path: root/clang/test/PCH/objcxx-ivar-class.h
Commit message (Collapse)AuthorAgeFilesLines
* The emission of an Objective-C++'s class .cxx_destruct method should beJohn McCall2011-03-221-0/+1
| | | | | | | conditioned on whether it has any destructible ivars, not on whether it has any non-trivial class-object initializers. llvm-svn: 128074
* Complete PCH support for ObjCPropertyImplDecl.Argyrios Kyrtzidis2010-08-091-1/+5
| | | | llvm-svn: 110570
* Support ObjC implementation decls for PCH.Argyrios Kyrtzidis2010-08-091-0/+11
Strictly speaking, implementations don't go in headers but there's no law against it. llvm-svn: 110567
OpenPOWER on IntegriCloud