summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjCXX/implementation-in-extern-c.mm
Commit message (Collapse)AuthorAgeFilesLines
* objective-C IRGen: for @implementation nested in Fariborz Jahanian2012-10-261-0/+17
extern "C", its method definitions must be IRGen'ed before meta-data for class is generated. Otherwise, IRGen crashes (to say the least). // rdar://12581683 llvm-svn: 166809
OpenPOWER on IntegriCloud