summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC
Commit message (Expand)AuthorAgeFilesLines
* objective-c modern translator: buildit objc boolFariborz Jahanian2012-04-161-2/+2
* When we're flagging a protected scope to prevent jumps into theJohn McCall2012-04-131-0/+13
* objective-c literals: Issue warning and ignoreFariborz Jahanian2012-04-121-0/+7
* Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard2012-04-06152-169/+186
* objective-c: Don't warn when a category does not implement a methodFariborz Jahanian2012-04-051-0/+21
* objc-arc: provide a warning when 'receiver' of a message is 'weak'Fariborz Jahanian2012-04-041-0/+19
* Handle placeholder expressions in an ObjC for-collection loop.John McCall2012-03-301-0/+9
* Forbid the block and lambda copy-capture of __autoreleasing variablesJohn McCall2012-03-301-0/+5
* Make sure we perform the relevant implied conversions correctly for ObjC meth...Eli Friedman2012-03-302-3/+12
* Fix typo in my last patch.Fariborz Jahanian2012-03-281-2/+2
* objective-c: Improve diagnostics andFariborz Jahanian2012-03-282-2/+36
* Make sure we don't accept an @interface inside another objc containerArgyrios Kyrtzidis2012-03-232-1/+5
* Support '%p' format specifier with block pointers.Ted Kremenek2012-03-151-1/+11
* Fix crash at @implementation with a forward reference as base class.Argyrios Kyrtzidis2012-03-131-0/+6
* Fix parsing of type-specifier-seq's. Types are syntactically allowed to beRichard Smith2012-03-121-2/+1
* lldb support: under debugger support flag, when sending messageFariborz Jahanian2012-03-091-0/+7
* Don't crash when a statement in a block is ill-formed butJohn McCall2012-03-081-0/+13
* objective-c lldb support: don't perform ivar access control check Fariborz Jahanian2012-03-071-0/+70
* Fix horrific CFG bug where '@autoreleasepool' would be put in a dangling bloc...Ted Kremenek2012-03-061-0/+17
* Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek2012-03-0611-4/+460
* objc: When issue diagnostic about deprecated method, alsoFariborz Jahanian2012-03-021-0/+24
* [Sema] Fix crash-on-invalid-code issue:Argyrios Kyrtzidis2012-03-021-0/+4
* Fix regression from llvm-gcc where we should NOT emit a warning about __attri...Ted Kremenek2012-03-011-1/+2
* objective-c: provide fixit hint when atomic property does notFariborz Jahanian2012-02-291-24/+24
* After numerous requests, have Objective-C 'method declared here' notes mentio...Ted Kremenek2012-02-2713-42/+42
* Improve the diagnostic in ARC mode when a conditional with an Objective-C typ...Eli Friedman2012-02-251-0/+6
* Handle "#pragma GCC visibility" in a few more places. Switch over "#pragma p...Eli Friedman2012-02-231-0/+16
* objective-c++: Type of an objc string literal is NSString, not 'id'.Fariborz Jahanian2012-02-231-0/+10
* Don't crash on attempts to synthesize an invalid property.John McCall2012-02-211-0/+9
* When calling a non variadic format function(vprintf, vscanf, NSLogv, …), wa...Jean-Daniel Dupas2012-02-211-2/+27
* Change wording of warning about using __bridge casts in non-ARC.Ted Kremenek2012-02-181-9/+9
* Revert r145999. This turned out to be a bad idea. Unfortunately, 'id' is us...Ted Kremenek2012-02-101-18/+1
* objc: If a method is not implemented in the category implementation butFariborz Jahanian2012-02-091-0/+23
* Only complain about __strong __strong id, not __strong SomeStrongTypedefJohn McCall2012-02-082-2/+8
* Make parsing of objc @implementations more robust.Argyrios Kyrtzidis2012-02-072-1/+15
* Fix a couple of nasty bugs involving negative enum constants. <rdar://proble...Eli Friedman2012-02-072-7/+10
* Tweak format string checking to work with %@ and ObjC toll-free bridging. <r...Ted Kremenek2012-02-061-0/+5
* objc: fixes a problem in block type comparison involvingFariborz Jahanian2012-02-061-0/+17
* Fixed some testsuite problems introduced by mySean Callanan2012-02-041-18/+0
* Revert r149721. chapuni tells me akyrtzi already fixed the testNico Weber2012-02-041-2/+1
* Clang has existing support for debuggers thatSean Callanan2012-02-042-2/+29
* Try to get test passing on windows.Nico Weber2012-02-031-2/+2
* Add a triple to test/SemaObjC/format-strings-objc.m to make it pass in window...Argyrios Kyrtzidis2012-02-031-1/+1
* Further downgrade -Warc-bridge-casts-disallowed-in-nonarc to a warning (not m...Ted Kremenek2012-02-031-9/+9
* Make error about using bridge casts in non-ARC mode a warning that is default...Ted Kremenek2012-02-031-0/+7
* objc: Issue diagnostic when receiver type is a forward class declaration andFariborz Jahanian2012-02-031-0/+19
* objective-c: When redeclaraing in continuation class a 'readonly'Fariborz Jahanian2012-02-021-0/+19
* objc: don't crash if primary class is missing and continuation classFariborz Jahanian2012-02-021-0/+9
* objc2: add __has_feature(objc_default_synthesize_properties).Fariborz Jahanian2012-02-021-4/+14
* Look for declaration of CFBridgingRetain/CFBridgingRetain beforeFariborz Jahanian2012-02-015-33/+48