aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjCXX/encode.mm
AgeCommit message (Expand)Author
2012-08-07Teach Expr::HasSideEffects about all the Expr types, and fix a bug where itRichard Smith
2012-04-27When @encode'ing a C++ class that has empty base classes, we can endDouglas Gregor
2011-09-26Fix assertion hit when @encoding C++ classes. rdar://10172840 & http://llvm.o...Argyrios Kyrtzidis
2011-08-22Fix a bug in objc @encoding of C++ classes.Argyrios Kyrtzidis
2011-06-17Fix regression with @encode string. rdar://9624314.Argyrios Kyrtzidis
2011-05-17Reapply the commits that r131401 reverted and add a fix for PR9927.Argyrios Kyrtzidis
2011-05-16Revert 131377, 131369 and 131365.Rafael Espindola
2011-05-14Create proper Objective-C @encoding for C++ classes; fixes rdar://9357400.Argyrios Kyrtzidis
2010-10-07Fix a crash encoding ivars of vector types and Fariborz Jahanian
2010-05-20Various small fixes for construction/destruction of Objective-C++Douglas Gregor
2010-05-17Teach the ObjC mangler to ignore member pointers just like gcc does.John McCall
2010-05-07Implement encoding of methods which have instantiatedFariborz Jahanian