aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjCXX
AgeCommit message (Expand)Author
2010-11-18Fix a bug where write-barriers for assignment through referenceFariborz Jahanian
2010-11-18Add an assertion, fix a whole bunch of bugs, comment the assertionJohn McCall
2010-11-11Adding couple of Block API, a bug fix andFariborz Jahanian
2010-10-07Fix a crash encoding ivars of vector types and Fariborz Jahanian
2010-09-27Copying result of object property reference expressionFariborz Jahanian
2010-09-25Fix a NYI in IRGen which was due to incorrect ASTFariborz Jahanian
2010-09-18Fixes IRgen bug in objc++ reference binding of aFariborz Jahanian
2010-09-17Only assignment operator triggers property setter call.Fariborz Jahanian
2010-09-14RHS of property expression assignment requiresFariborz Jahanian
2010-09-10IRGen fix for using property-dot syntax to pass Fariborz Jahanian
2010-09-09property reference expression used on lhs of assignmentFariborz Jahanian
2010-09-01Fix IRGen when property-dot syntax used to accessFariborz Jahanian
2010-08-12Just disable the hidden-visibility optimization for now by hiding it behindJohn McCall
2010-08-12Implement RTTI generation for Objective C types. Fixes PR7864.John McCall
2010-08-07Allow reference binding of a reference of Objective-C object type toDouglas Gregor
2010-07-24Support catching Objective C pointers in C++ under the non-fragile NeXT runtime.John McCall
2010-07-16When checking whether to bind an expression to a temporary, don't bind Obj-C ...Anders Carlsson
2010-06-30extern variable declared locally to objective-c++ methodFariborz Jahanian
2010-06-24Renamed selactor-expr-lvalue.mm to selector-expr-lvalue.mm.Fariborz Jahanian
2010-06-21Fix an Obj-C++ miscompile when calling an Obj-C method that returns a C++ ref...Anders Carlsson
2010-06-17objective-C++ IRGen: property reference as an Fariborz Jahanian
2010-06-17Do not treat @selector as lvalue (unlike g++).Fariborz Jahanian
2010-06-17Objective-c++ IRGen. Support for @selector expression asFariborz Jahanian
2010-06-15Moved objective-c++ code gen. tests to their own directory andFariborz Jahanian
2010-05-27Objective-c++ IR gen.Fariborz Jahanian
2010-05-25Fix testsuite for blocks mangling changeDouglas Gregor
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-15Fix API gen for objc_msgSend property of aggregate typesFariborz Jahanian
2010-05-10Objective-C++ Code gen. Handle code gen. for propertyFariborz Jahanian
2010-05-07Fixes a Code gen crash trying to use a dot-syntax forFariborz Jahanian
2010-05-07Implement encoding of methods which have instantiatedFariborz Jahanian
2010-05-06Code Gen support for Getter/Setter synthesis of Fariborz Jahanian
2010-05-04Fixes a code gen. crash when ivar object has trivial constructor.Fariborz Jahanian
2010-04-28Support for construct/destruct of ivar arrayFariborz 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