summaryrefslogtreecommitdiff
path: root/lib/Sema/SemaExprObjC.cpp
Commit message (Expand)AuthorAge
* Objective-C ARC. Provide diagnostic and fix-it Fariborz Jahanian2014-06-26
* Objective-C. When we use @selector(save:), etc. there may be more Fariborz Jahanian2014-06-24
* Objective-C ARC. Allow conversion of (void*) pointers toFariborz Jahanian2014-06-18
* Objective-C. Revert my patch in r211234.Fariborz Jahanian2014-06-18
* Objective-C ARC. Allow conversion of (void*) pointers toFariborz Jahanian2014-06-18
* Objective-C. Check for integer overflow in Objective-C'sFariborz Jahanian2014-06-18
* Objective-C ARC. Do not warn about properties with bothFariborz Jahanian2014-06-17
* Hide the concept of diagnostic levels from lex, parse and semaAlp Toker2014-06-15
* Objective-C. More tests for both bridging attributes andFariborz Jahanian2014-06-11
* Objective-C. Patch to handle bridge attribute warningsFariborz Jahanian2014-06-11
* Refactoring. Remove Owned method from Sema.Nikola Smiljanic2014-05-29
* Refactoring. Remove release and take methods from ActionResult. Rename takeAs...Nikola Smiljanic2014-05-29
* [C++11] Use 'nullptr'. Sema edition.Craig Topper2014-05-26
* Objective-C ARC. Add support for toll-free bridge Fariborz Jahanian2014-05-10
* Objective-C. Reduce false positive warnings with -Wselector by issuing warning Fariborz Jahanian2014-05-09
* Objective-C. Improve diagnosis of bridging types.Fariborz Jahanian2014-04-29
* Initial implementation of -modules-earch-all option, for searching for symbol...John Thompson2014-04-23
* Objective-C ARC. Under ARC, addition of 'bridge' attributeFariborz Jahanian2014-04-22
* Objective-C. Patch to allow use of dot syntax on classFariborz Jahanian2014-04-21
* Objective-C. Make multiple selector warningFariborz Jahanian2014-03-27
* Objective-C. Consider blocks for designated initializerFariborz Jahanian2014-03-17
* [C++11] Replacing ObjCObjectPointerType iterators qual_begin() and qual_end()...Aaron Ballman2014-03-17
* [C++11] Replacing ObjCObjectType iterators qual_begin() and qual_end() with i...Aaron Ballman2014-03-17
* Objective-C. Issue diagnostics on mismatched methods when their selector is usedFariborz Jahanian2014-03-12
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-12
* Sema: When merging objc string literals, give the result a constant array type.Benjamin Kramer2014-02-25
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-25
* [objc] Refactor and improve functionality for the -Wunused-property-ivar warn...Argyrios Kyrtzidis2014-01-03
* Removing some more unnecessary manual quotes from attribute diagnostics.Aaron Ballman2014-01-03
* ObjectiveC. Remove false positive warning for missing propertyFariborz Jahanian2014-01-02
* Support and use token kinds as diagnostic argumentsAlp Toker2013-12-24
* Switched code from using hasAttr followed by getAttr to simply call getAttr d...Aaron Ballman2013-12-19
* Objective-C. After providing a fix-it for aFariborz Jahanian2013-12-18
* Objective-C. Make diagnostics and fix-its consistent Fariborz Jahanian2013-12-17
* ObjectiveC. Further improvements of useFariborz Jahanian2013-12-16
* [objc] If we don't know for sure what the designated initializers of the supe...Argyrios Kyrtzidis2013-12-13
* ObjectiveC. Provide a property-dot syntax for fixitFariborz Jahanian2013-12-10
* Objective-C. Minor change to a diagnostic.Fariborz Jahanian2013-12-10
* Improve on an objc_bridge_related diagnostic.Fariborz Jahanian2013-12-10
* Objective-C. Provide fixit's for objc_bride_relatedFariborz Jahanian2013-12-10
* Objective-C: Improve on various diagnostics related toFariborz Jahanian2013-12-09
* ObjectiveC. Continuing implementation of objc_bridge_relatedFariborz Jahanian2013-12-07
* Fix a tranche of comment, test and doc typosAlp Toker2013-12-05
* [objc] Emit warning when the implementation of a secondary initializer calls onArgyrios Kyrtzidis2013-12-03
* [objc] Emit warnings when the implementation of a designated initializer call...Argyrios Kyrtzidis2013-12-03
* [objc] Emit a warning when the implementation of a designated initializer doe...Argyrios Kyrtzidis2013-12-03
* ObjectiveC. Implement attribute 'objc_bridge_mutable'Fariborz Jahanian2013-11-21
* ObjectiveC. Allow toll free bridge cast warnings outsideFariborz Jahanian2013-11-21
* ObjectiveC ARC. warn in presense of __bridge casting to Fariborz Jahanian2013-11-20
* ObjectiveC ARC. validate toll free bridge castingFariborz Jahanian2013-11-20