summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC
Commit message (Expand)AuthorAgeFilesLines
* 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
* Objective-C. Under a special flag, -Wcstring-format-directive,Fariborz Jahanian2014-09-091-0/+60
* Reword switch/goto diagnostics "protected scope" diagnostics. Making up a termRichard Smith2014-09-064-20/+20
* Objective-C [qoi]. If property is going to be implementedFariborz Jahanian2014-08-291-2/+16
* Objective-C. Tweak diagnosing properties that are not auto-synthesized.Fariborz Jahanian2014-08-295-11/+31
* Objective-C. Change to method lookup rules to lookFariborz Jahanian2014-08-271-0/+17
* Objective-C. When multiple nullary selectors are found inFariborz Jahanian2014-08-271-0/+21
* Fix representation of __attribute__((nonnull)) to support correctly modelingRichard Smith2014-08-271-15/+15
* revert patch r216469.Fariborz Jahanian2014-08-261-1/+1
* c11- Check for c11 language option as documentation saysFariborz Jahanian2014-08-261-1/+1
* Objective-C. Allow [super initialize] in an +initializeFariborz Jahanian2014-08-251-1/+5
* Objective-C. Warn when @encode'ing provides an incompleteFariborz Jahanian2014-08-221-0/+19
* Objective-C. Update my previous patch to not warn ifFariborz Jahanian2014-08-221-1/+3
* Objective-C. Warn if user has made explicit callFariborz Jahanian2014-08-221-0/+19
* Objective-C. Recover from missing interface decl.Fariborz Jahanian2014-08-211-0/+27
* Objective-C. Do not warn if user is using property-dox syntax to name aFariborz Jahanian2014-08-151-1/+1
* Objective-C. Handle case of multiple class methodsFariborz Jahanian2014-08-131-1/+8
* Objective-C. This patch is to resolve the method used in methodFariborz Jahanian2014-08-132-4/+37
* Sema: Handle declspecs without declarators in records properly in C modeDavid Majnemer2014-08-111-2/+2
* Predefine IB_DESIGNABLE and IBInspectable macros. <rdar://problem/17441860>Bob Wilson2014-08-081-4/+2
* Objective-C [qoi]. Issue warning and fixit if property-dot syntaxFariborz Jahanian2014-08-081-5/+6