summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExprObjC.cpp
Commit message (Expand)AuthorAgeFilesLines
* Objective-C. Improve diagnosis of bridging types.Fariborz Jahanian2014-04-291-41/+20
* Initial implementation of -modules-earch-all option, for searching for symbol...John Thompson2014-04-231-2/+3
* Objective-C ARC. Under ARC, addition of 'bridge' attributeFariborz Jahanian2014-04-221-6/+14
* Objective-C. Patch to allow use of dot syntax on classFariborz Jahanian2014-04-211-8/+2
* Objective-C. Make multiple selector warningFariborz Jahanian2014-03-271-2/+2
* Objective-C. Consider blocks for designated initializerFariborz Jahanian2014-03-171-6/+10
* [C++11] Replacing ObjCObjectPointerType iterators qual_begin() and qual_end()...Aaron Ballman2014-03-171-6/+3
* [C++11] Replacing ObjCObjectType iterators qual_begin() and qual_end() with i...Aaron Ballman2014-03-171-3/+2
* Objective-C. Issue diagnostics on mismatched methods when their selector is usedFariborz Jahanian2014-03-121-1/+54
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-121-1/+1
* 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
OpenPOWER on IntegriCloud