aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjCXX/mangle.mm
AgeCommit message (Expand)Author
2013-04-10Don't crash when mangling types defined in ObjC class extensions.John McCall
2011-06-09Don't add objc method name mangling to locally declared function.Fariborz Jahanian
2010-04-13Add encoding of reference types like gcc does for objc methods andFariborz Jahanian
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-14Test uses the new clang.Fariborz Jahanian
2009-12-10Mangle static variables inside Objective-C methods in Objective-C++. We curre...Anders Carlsson