summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExprObjC.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Sema: When merging objc string literals, give the result a constant array type.Benjamin Kramer2014-02-251-4/+8
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-251-51/+45
* [objc] Refactor and improve functionality for the -Wunused-property-ivar warn...Argyrios Kyrtzidis2014-01-031-5/+7
* Removing some more unnecessary manual quotes from attribute diagnostics.Aaron Ballman2014-01-031-1/+1
* ObjectiveC. Remove false positive warning for missing propertyFariborz Jahanian2014-01-021-1/+3
* Support and use token kinds as diagnostic argumentsAlp Toker2013-12-241-1/+2
* Switched code from using hasAttr followed by getAttr to simply call getAttr d...Aaron Ballman2013-12-191-2/+1
* Objective-C. After providing a fix-it for aFariborz Jahanian2013-12-181-7/+3
* Objective-C. Make diagnostics and fix-its consistent Fariborz Jahanian2013-12-171-0/+11
* ObjectiveC. Further improvements of useFariborz Jahanian2013-12-161-13/+25
* [objc] If we don't know for sure what the designated initializers of the supe...Argyrios Kyrtzidis2013-12-131-1/+4
* ObjectiveC. Provide a property-dot syntax for fixitFariborz Jahanian2013-12-101-8/+20
* Objective-C. Minor change to a diagnostic.Fariborz Jahanian2013-12-101-2/+2
* Improve on an objc_bridge_related diagnostic.Fariborz Jahanian2013-12-101-6/+6
* Objective-C. Provide fixit's for objc_bride_relatedFariborz Jahanian2013-12-101-5/+24
* Objective-C: Improve on various diagnostics related toFariborz Jahanian2013-12-091-69/+83
* ObjectiveC. Continuing implementation of objc_bridge_relatedFariborz Jahanian2013-12-071-0/+114
* Fix a tranche of comment, test and doc typosAlp Toker2013-12-051-1/+1
* [objc] Emit warning when the implementation of a secondary initializer calls onArgyrios Kyrtzidis2013-12-031-0/+10
* [objc] Emit warnings when the implementation of a designated initializer call...Argyrios Kyrtzidis2013-12-031-6/+25
* [objc] Emit a warning when the implementation of a designated initializer doe...Argyrios Kyrtzidis2013-12-031-0/+10
* ObjectiveC. Implement attribute 'objc_bridge_mutable'Fariborz Jahanian2013-11-211-11/+20
* ObjectiveC. Allow toll free bridge cast warnings outsideFariborz Jahanian2013-11-211-9/+12
* ObjectiveC ARC. warn in presense of __bridge casting to Fariborz Jahanian2013-11-201-0/+9
* ObjectiveC ARC. validate toll free bridge castingFariborz Jahanian2013-11-201-5/+23
* ObjectiveC objc_bridge. Minor refactoring.Fariborz Jahanian2013-11-191-2/+2
* ObjectiveC 'objc_bridging'. Assorment of improvements Fariborz Jahanian2013-11-191-3/+3
* ObjectiveC ARC. Adopt objc_bridge attributeFariborz Jahanian2013-11-191-10/+19
* ObjectiveC ARC. More validation of toll-free bridging ofFariborz Jahanian2013-11-161-1/+10
* ObjectiveC ARC. Validate toll free bridge castingFariborz Jahanian2013-11-161-3/+51
* ObjetiveC ARC. Start diagnosing invalid toll free bridging.Fariborz Jahanian2013-11-161-10/+19
* ObjectiveC ARC. Only briding of pointer to struct CF object is allowed.Fariborz Jahanian2013-11-151-2/+2
* ObjectiveC ARC. Lookup type associated with objc_bridage atFariborz Jahanian2013-11-151-0/+38
* Re-instate contextual conversion to Objective-C pointers in message sends.Douglas Gregor2013-11-071-0/+5
* ObjectiveC. Define a new cc1 flag Fariborz Jahanian2013-11-011-1/+1
* Refine string literal concatenation warning within an NSArray literal to not ...Ted Kremenek2013-10-091-4/+18
* Cache the location of failed typo corrections so that typo correctionKaelyn Uhrain2013-09-271-3/+3
* Omit llvm:: before makeArrayRef. We have using directive in this file.Robert Wilhelm2013-08-191-10/+5
* Refactor all diagnosing of TypoCorrections through a common function, inRichard Smith2013-08-171-21/+10
* ObjectiveC [QoI] issue warning if an element of an nsarrayFariborz Jahanian2013-08-131-4/+11
* ObjectiveC ARC: Do not issue bridge cast diagnostic whenFariborz Jahanian2013-07-311-3/+10
* Objective-C: Fixes a typo correction bug where aFariborz Jahanian2013-06-181-1/+1
* Objective-C [qoi]: privide typo correction for selectorsFariborz Jahanian2013-06-181-9/+9
* Objective-C [qoi]: Provide fixit hint when message with typoFariborz Jahanian2013-06-171-2/+16
* address some comments on r183474:Adrian Prantl2013-06-071-4/+5
* Objective-C: Provide fixit with suggested spelling correctionFariborz Jahanian2013-06-051-2/+12
* improve of note message and minor refactoring of my lastFariborz Jahanian2013-05-151-5/+3
* Objective-C [diagnostics] [QOI], when method is notFariborz Jahanian2013-05-141-1/+10
* Add support for __wchar_t in -fms-extensions mode.Hans Wennborg2013-05-101-2/+2
* ArrayRef'ize Sema::CheckMessageArgumentTypesDmitri Gribenko2013-05-101-15/+17
OpenPOWER on IntegriCloud