summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC
Commit message (Expand)AuthorAgeFilesLines
* Fix <rdar://problem/6499801> clang does not detect objc type mismatch in cond...Steve Naroff2009-02-121-1/+18
* Turn warning into error. Minor incompatibility with GCC (for scalar types, GC...Steve Naroff2009-02-121-1/+5
* Remove some non-ascii characters. Thanks Gabor.Steve Naroff2009-02-111-1/+1
* Fix <rdar://problem/6505139> [clang on growl]: need to allow unnamed selector...Steve Naroff2009-02-111-0/+8
* Fix <rdar://problem/6243503> [sema] @throw; accepted outside catch block.Steve Naroff2009-02-111-1/+1
* Fix <rdar://problem/6206858> [sema] type check @throw statements.Steve Naroff2009-02-111-0/+6
* Make Sema::getTypeName return the opaque pointer of a QualType ratherDouglas Gregor2009-02-091-1/+1
* Make one expected-diag directive match exactly one actual diagnostic.Sebastian Redl2009-02-071-2/+2
* Add sub-testcase where we process Cocoa.h using --disable-free (i.e., test th...Ted Kremenek2009-02-061-0/+1
* Fix <rdar://problem/6552648> error: redefinition of 'XCElementAnchorDelegate'...Steve Naroff2009-02-041-0/+7
* Fix <rdar://problem/6512717> by correctly reading the right offset in the tok...Ted Kremenek2009-01-211-1/+2
* Type of property and its ivar is more restrictiveFariborz Jahanian2009-01-191-0/+14
* Centralize error reporting of improper uses of incomplete types in theDouglas Gregor2009-01-191-4/+4
* Patch to allow @dynamic synthesis of property in a category,Fariborz Jahanian2009-01-191-0/+19
* Diagnose when method parameter is an object.Fariborz Jahanian2009-01-171-0/+18
* Don't ICE (issue diagnostics) when receiver is a non-objcFariborz Jahanian2009-01-161-0/+9
* Don't ICE on user redeclaration of objc's built-in types.Fariborz Jahanian2009-01-161-0/+6
* Implemenent objective-c's NSObject attribute as a way of ddeclaraing c-typeFariborz Jahanian2009-01-131-0/+36
* Implement support for anonymous structs and unions in C. Both C andDouglas Gregor2009-01-121-2/+2
* Patch to supprt case of readonly property being Fariborz Jahanian2009-01-121-0/+36
* Properly set the scope of non-fields declared within a struct, union,Douglas Gregor2009-01-121-0/+126
* Explicit declaration of property setters over-rideFariborz Jahanian2009-01-101-0/+25
* This patch removes mergeProperties and does the property lookupFariborz Jahanian2009-01-091-2/+1
* Fix crash on null deference when searching for readwrite properties inDaniel Dunbar2009-01-091-0/+17
* Re-enable PTH testing for Cocoa.h and Carbon.h (and include testing for Objec...Ted Kremenek2009-01-091-1/+2
* Temporarily revert r61956 and r61957 (PTH tests failing).Ted Kremenek2009-01-091-2/+1
* Enhance -fsyntax-only test of Cocoa.h to also include testing for PTH.Ted Kremenek2009-01-081-1/+2
* Place warning about 'readonly' property attributes whichFariborz Jahanian2009-01-082-2/+2
* Unify the code for defining tags in C and C++, so that we alwaysDouglas Gregor2009-01-083-3/+15
* Don't ICE when messaging on 'super' receiver when classFariborz Jahanian2009-01-071-0/+13
* add RUN lineNuno Lopes2008-12-271-2/+2
* Add some block-pointer conversions in C++Douglas Gregor2008-12-231-0/+4
* Patch to remove bogus warning in case of @dynamicFariborz Jahanian2008-12-222-1/+11
* Fix for PR3234Anders Carlsson2008-12-191-0/+22
* Fix http://llvm.org/bugs/show_bug.cgi?id=3189.Steve Naroff2008-12-181-0/+50
* Consolidated property check into property-typecheck-1.m file.Fariborz Jahanian2008-12-172-12/+12
* Fix <rdar://problem/6450964> clang on xcode: Assertion failed: (RecordForDecl...Steve Naroff2008-12-171-0/+16
* Semantics of @protocol attributes.Fariborz Jahanian2008-12-171-0/+49
* Patch to check for ObjC's property type.Fariborz Jahanian2008-12-161-0/+12
* Diagnose that ivars in current and super class may notFariborz Jahanian2008-12-161-0/+20
* The "real" fix for <rdar://problem/6424347> clang on xcode: Assertion failed:...Steve Naroff2008-12-101-4/+5
* Fix <rdar://problem/6424347> clang on xcode: Assertion failed: (0 && "unexpec...Steve Naroff2008-12-101-0/+53
* Fix <rdar://problem/6418623> Bogus block type compatibility warning.Steve Naroff2008-12-101-0/+22
* Prevent bogus warning on unimplemented setter/getter when userFariborz Jahanian2008-12-091-0/+18
* Add testcase for commit r60781.Steve Naroff2008-12-091-0/+95
* ObjCInterfaceDecl::lookupInstanceMethod() needs to look through a categories ...Steve Naroff2008-12-081-0/+48
* Changed 'readonly' 'retain/copy' diagnostics intoFariborz Jahanian2008-12-081-3/+3
* Since we do not allow a readonly property to be 'copy'retain', weFariborz Jahanian2008-12-081-1/+1
* Use of properties declared in protocols in the categoryFariborz Jahanian2008-12-061-0/+21
* Improve error reporting of property and setter/getterFariborz Jahanian2008-12-061-1/+1
OpenPOWER on IntegriCloud