llvm-project/clang/test/CodeGenObjCXX
Douglas Gregor 527786ea3a Various small fixes for construction/destruction of Objective-C++
instance variables:
  - Use isRecordType() rather than isa<RecordType>(), so that we see
  through typedefs in ivar types.
  - Mark the destructor as referenced
  - Perform C++ access control on the destructor

llvm-svn: 104206
2010-05-20 02:24:22 +00:00
..
encode.mm Various small fixes for construction/destruction of Objective-C++ 2010-05-20 02:24:22 +00:00
ivar-objects.mm Fixes a code gen. crash when ivar object has trivial constructor. 2010-05-04 19:29:32 +00:00
mangle.mm Add encoding of reference types like gcc does for objc methods and 2010-04-13 23:45:47 +00:00
property-objects.mm Fix API gen for objc_msgSend property of aggregate types 2010-05-15 23:05:52 +00:00