summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/objc2-merge-gc-attribue-decl.m
Commit message (Expand)AuthorAgeFilesLines
* Reverse a partial fix patch for radar 7214820. It broke some code andFariborz Jahanian2010-02-101-2/+2
* Merge block/function pointer types with objc's __weakFariborz Jahanian2010-02-081-2/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Change tests to use clang -cc1...Fariborz Jahanian2009-12-141-1/+1
* This patch includes a conceptually simple, but very intrusive/pervasive change. Steve Naroff2009-07-101-3/+2
* Diagnose misuse of __strong attribute in a redeclaration.Fariborz Jahanian2009-06-021-0/+12
* Issue diagnostics on __weak attribute mismatch.Fariborz Jahanian2009-06-021-0/+6
* Remove test which doesn't pass with gcc.Eli Friedman2009-06-021-3/+0
* This patch attempts to fix the merging of __strong/__weak attributesFariborz Jahanian2009-06-021-3/+0
* Disable type merging with gc attributes. This has a number of nasty Eli Friedman2009-06-011-1/+3
* Fix decl type merges when they haveFariborz Jahanian2009-04-151-0/+16