summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC
Commit message (Expand)AuthorAgeFilesLines
* Replace __double_underscored type nullability qualifiers with _Uppercase_unde...Douglas Gregor2015-06-244-66/+66
* Stop moving attributes off of a block literal's decl specifiers.Douglas Gregor2015-06-191-0/+8
* Handle 'instancetype' in ParseDeclarationSpecifiers.Douglas Gregor2015-06-191-0/+7
* Allow the cf_returns_[not_]retained attributes to appear on out-parameters.Douglas Gregor2015-06-191-0/+49
* Introduced pragmas for audited nullability regions.Douglas Gregor2015-06-191-2/+20
* Implement the 'null_resettable' attribute for Objective-C properties.Douglas Gregor2015-06-191-0/+39
* Extend type nullability qualifiers for Objective-C.Douglas Gregor2015-06-195-6/+192
* Diagnose unsafe uses of nil and __nonnull pointers.Douglas Gregor2015-06-192-0/+24
* Introduce type nullability specifiers for C/C++.Douglas Gregor2015-06-191-0/+19
* Tweak availability checking to look through typedef declarations.Ted Kremenek2015-05-141-0/+16
* Fix PR22047: ObjC: Method unavailability attribute doesn't work with overload...Jonathan Roelofs2015-04-281-0/+19
* [Sema] Check availability of ObjC super class and protocols of a containerArgyrios Kyrtzidis2015-04-191-0/+31
* [Objective-C Sema]. In my last patch change theFariborz Jahanian2015-04-162-36/+36
* [Objective-C Sema] patch to introduce IndependentClassFariborz Jahanian2015-04-161-0/+36
* [Objective-C Sema]This patch fixes the warning when clang issuesFariborz Jahanian2015-04-151-5/+32
* Improve the error message for assigning to read-only variables.Richard Trieu2015-04-111-2/+2
* [Objective-C Sema] Fixes a typo which did not allow Fariborz Jahanian2015-04-103-4/+17
* [Objective-C Sema] It is permissable to bridge cast to 'id'Fariborz Jahanian2015-04-091-0/+9
* [Objective-C Sema] Use canonical type of properties when comparing Fariborz Jahanian2015-04-081-0/+15
* [Objective-C Sema] Patch to not issue unavailbility/deprecatedFariborz Jahanian2015-04-071-0/+19
* [Sema] Don't crash when __attribute__((nonnull)) is applied to blocksDavid Majnemer2015-04-071-0/+2
* [Objective-C patch]. Amend TransformObjCMessageExpr to handle callFariborz Jahanian2015-03-301-0/+23
* [Objective-C diagnostic PATCH] Accept and ignore -Wreceiver-is-weakFariborz Jahanian2015-03-241-2/+3
* Add -Wpartial-availability.Nico Weber2015-03-192-1/+168
* revert r231700 (designated initializer patch) which brokeFariborz Jahanian2015-03-111-41/+3
* [Objective-C Sema]. Remove -Wreceiver-is-weak warning.Fariborz Jahanian2015-03-102-102/+2
* Recognize objc_bridge(id) on bridged casts to CF types.John McCall2015-03-101-0/+18
* [PATCH Sema Objective-C]. Patch to warn on missing designated initializerFariborz Jahanian2015-03-091-3/+41
* New ObjC warning: circular containers.Alex Denisov2015-03-041-0/+146
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-2/+2
* Allow (Object *)kMyGlobalCFObj casts without bridgingBen Langmuir2015-02-252-10/+10
* [Objective-C]. Provide a new formatting kind, "os_trace" whichFariborz Jahanian2015-02-211-0/+54
* [Objective-C Sema]. Don't warn about use of Fariborz Jahanian2015-02-191-0/+21
* Add more tests for NSArray/NSDictionary literalsAlex Denisov2015-02-172-0/+26
* [Objctive-C sema]. Do not do the unused-getter-return-valueFariborz Jahanian2015-02-161-3/+27
* Fix crash when clang tries to build NSNumber literal after forward declarationAlex Denisov2015-02-161-0/+18
* Sema: Add support for __declspec(restrict)David Majnemer2015-02-041-5/+5
* Allow objc_bridge(id) to be used on typedefs of [cv] void*.John McCall2015-02-012-14/+24
* Fix crashes on missing @interface for categoryBen Langmuir2015-01-202-0/+19
* Patch fixes PR21932 crash on invalid code. UsingFariborz Jahanian2015-01-201-0/+6
* Suggest objc_method_family(none) for a property named -newFoo or similar.Jordan Rose2015-01-161-6/+29
* Objective-C: Serialize "more than one decl" state of ObjCMethodList.Nico Weber2014-12-271-0/+23
* Objective-C: Tweak unavailability warning.Nico Weber2014-12-271-4/+17
* Make the test from r224873 actually pass.Nico Weber2014-12-271-2/+4
* Add more test coverage for the Objective-C deprected selector warning.Nico Weber2014-12-271-0/+11
* Objective-C. Provide group name for warningFariborz Jahanian2014-12-181-0/+26
* [Objective-C]. Modern property getters have side-effects.Fariborz Jahanian2014-12-181-0/+17
* [Objective-C]. This patch extends objc_bridge attribute to support objc_brid...Fariborz Jahanian2014-12-111-0/+16
* Objective-C ARC. Fixes a crash when checking for 'weak' propery Fariborz Jahanian2014-11-211-0/+14
* Recommit r222044 with a test fix - it does not make sense to huntAnton Korobeynikov2014-11-141-1/+1
OpenPOWER on IntegriCloud