summaryrefslogtreecommitdiff
path: root/test/CodeGenObjCXX/encode.mm
Commit message (Expand)AuthorAgeFilesLines
* Use private linkage for globals we already name with \01L and \01l.Rafael Espindola2014-02-271-1/+1
* Fix ObjC @encode for C++ classes w/virtual bases.Eli Friedman2013-09-181-0/+10
* Add a missing testcase for ObjC ivar encoding for a C++ class with a vptr.Eli Friedman2013-06-171-0/+13
* Teach Expr::HasSideEffects about all the Expr types, and fix a bug where itRichard Smith2012-08-071-24/+24
* When @encode'ing a C++ class that has empty base classes, we can endDouglas Gregor2012-04-271-0/+14
* Fix assertion hit when @encoding C++ classes. rdar://10172840 & http://llvm.o...Argyrios Kyrtzidis2011-09-261-0/+20
* Fix a bug in objc @encoding of C++ classes.Argyrios Kyrtzidis2011-08-221-0/+21
* Fix regression with @encode string. rdar://9624314.Argyrios Kyrtzidis2011-06-171-0/+14
* Reapply the commits that r131401 reverted and add a fix for PR9927.Argyrios Kyrtzidis2011-05-171-0/+70
* Revert 131377, 131369 and 131365.Rafael Espindola2011-05-161-57/+0
* Create proper Objective-C @encoding for C++ classes; fixes rdar://9357400.Argyrios Kyrtzidis2011-05-141-0/+57
* Fix a crash encoding ivars of vector types and Fariborz Jahanian2010-10-071-0/+12
* Various small fixes for construction/destruction of Objective-C++Douglas Gregor2010-05-201-1/+2
* Teach the ObjC mangler to ignore member pointers just like gcc does.John McCall2010-05-171-1/+13
* Implement encoding of methods which have instantiatedFariborz Jahanian2010-05-071-0/+39