summaryrefslogtreecommitdiff
path: root/test/SemaObjC/attr-objc-gc.m
AgeCommit message (Expand)Author
2015-10-22Define weak and __weak to mean ARC-style weak references, even in MRC.John McCall
2013-07-30err_attribute_not_string has been subsumed by err_attribute_argument_type.Aaron Ballman
2013-07-23Added the attribute name to the err_attribute_wrong_number_arguments diagnost...Aaron Ballman
2011-03-26Allow GC qualifiers to be added/removed by conversions from/to void*John McCall
2011-03-08Fix my earlier commit to work with escaped newlines and leave breadcrumbsJohn McCall
2011-03-08objc_gc wants a pointer type, not a function type; give it a more appropriate John McCall
2011-03-02Pretty up the wrong-number-of-arguments-for-attribute diagnostic byJohn McCall
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-14Change tests to use clang -cc1...Fariborz Jahanian
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-14rename testChris Lattner