summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC
Commit message (Expand)AuthorAgeFilesLines
* [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
* Objective-C. Fixes a regression caused by implementationFariborz Jahanian2014-11-131-0/+20
* Temporary revert r221818 until all the problemsAnton Korobeynikov2014-11-121-1/+1
* Update the tests to handle proper result type of (?:)Anton Korobeynikov2014-11-121-1/+1
* Fixed a buildbot failure.Fariborz Jahanian2014-11-081-2/+2
* [Objective-C Sema]. Issue availability/deprecated warning when Fariborz Jahanian2014-11-071-2/+12
* Don't manually insert L prefixes.Rafael Espindola2014-11-061-1/+1
* Patch for small addition to availability attribute.Fariborz Jahanian2014-11-051-0/+19
* Objective-C. revert patch for rdar://17554063.Fariborz Jahanian2014-10-282-17/+6
* Actually remove this test entirely.Fariborz Jahanian2014-10-281-0/+0
* [Objective-C]. revert r220740,r220727Fariborz Jahanian2014-10-281-41/+0
* Improve on the diagnostic in my last patch and change warningFariborz Jahanian2014-10-271-1/+1
* Objective-C ARC [qoi]. Issue diagnostic if __bridge castingFariborz Jahanian2014-10-271-0/+41
* Objective-C [Sema]. Fixes a bug in comparing qualifiedFariborz Jahanian2014-10-132-5/+40
* Objective-C [qoi]. When reporting that a property is notFariborz Jahanian2014-10-105-8/+9
* Patch to wrap up '_' as separator in version numbersFariborz Jahanian2014-10-061-2/+2
* Diagnose mixed use of '_' and '.' as versionFariborz Jahanian2014-10-021-0/+5
* Patch to accept '_' in addition to '.' as versionFariborz Jahanian2014-10-021-0/+92
* Objective-C. Under a special flag, -Wcstring-format-directive,Fariborz Jahanian2014-09-111-4/+23
* More test for "void *" argument as index of a dictionary literal.Fariborz Jahanian2014-09-101-0/+5
* Objective-C. Accept 'nil' as indexing argument toFariborz Jahanian2014-09-101-0/+10
* Objective-C arc. Fixes a crash when issuing diagnostic forFariborz Jahanian2014-09-101-0/+24
OpenPOWER on IntegriCloud