summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjCXX/mangle.mm
Commit message (Expand)AuthorAgeFilesLines
* Fix mangled name of method with ns_consumed parameters.Nico Weber2016-05-251-1/+8
* Implement the Objective-C __kindof type qualifier.Douglas Gregor2015-07-071-0/+15
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-8/+8
* Introduce a new mangling for protocol-qualified ObjC types in C++. This allowsEli Friedman2013-06-181-0/+20
* Don't crash when mangling types defined in ObjC class extensions.John McCall2013-04-101-1/+25
* Don't add objc method name mangling to locally declared function.Fariborz Jahanian2011-06-091-0/+12
* Add encoding of reference types like gcc does for objc methods andFariborz Jahanian2010-04-131-0/+12
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Test uses the new clang.Fariborz Jahanian2009-12-141-1/+1
* Mangle static variables inside Objective-C methods in Objective-C++. We curre...Anders Carlsson2009-12-101-0/+32