aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjCXX/property-reference.mm
AgeCommit message (Expand)Author
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie
2015-02-27Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie
2014-07-18Mark C++ reference parameters as dereferenceableHal Finkel
2014-05-28Add 'nonnull' parameter or return attribute when producing an llvm pointer ty...Nick Lewycky
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2012-06-20Restructure how the driver communicates information about theJohn McCall
2012-01-06objc++: more code gen stuff for atomic property api,Fariborz Jahanian
2011-11-30Fix the instantiation of pseudo-object expressions. This is aJohn McCall
2011-10-02Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall
2011-09-13Handle reference properties correctly in the trivial-getter check.John McCall
2011-03-30Fix IRGen issues related to using property-dot syntaxFariborz Jahanian