summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExprObjC.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Objective-C. Update my previous patch to not warn ifFariborz Jahanian2014-08-221-2/+3
* Objective-C. Warn if user has made explicit callFariborz Jahanian2014-08-221-0/+13
* Objective-C [qoi]. Provide fix-it hint when sendingFariborz Jahanian2014-08-191-5/+13
* Objective-C. Do not warn if user is using property-dox syntax to name aFariborz Jahanian2014-08-151-1/+5
* Objective-C. Handle case of multiple class methodsFariborz Jahanian2014-08-131-1/+5
* Objective-C. Minor refactoring of my last patch.Fariborz Jahanian2014-08-131-7/+4
* Objective-C. This patch is to resolve the method used in methodFariborz Jahanian2014-08-131-0/+7
* Objective-C [qoi]. Patch to not do Fix-It for fixingFariborz Jahanian2014-08-121-3/+6
* Objective-C [qoi]. Issue warning and fixit if property-dot syntaxFariborz Jahanian2014-08-081-0/+12
* Objective-C. Minor refactoring of my previous patch.Fariborz Jahanian2014-08-081-36/+29
* Objective-C ARC. Use of non-retain/autorelease APIFariborz Jahanian2014-08-081-6/+35
* Objective-C arc. Switch the Objective-C dictionary literal in ARC modeFariborz Jahanian2014-08-071-6/+9
* Objective-C ARC. More code for Objective-C'sFariborz Jahanian2014-08-061-2/+28
* Objective-C ARC. First patch toward generating new APIsFariborz Jahanian2014-08-061-2/+2
* Replacing some more complex logic with a helper function call to ObjCMethod::...Aaron Ballman2014-08-011-6/+2
* Obective-C. Patch to fix the incorrect ObjcMessageExpr argument source ranges, Fariborz Jahanian2014-07-311-1/+1
* Objective-C. Warn if protocol used in an @protocolFariborz Jahanian2014-07-251-0/+2
* Switch over a few uses of param_begin() to parameters()Alp Toker2014-07-071-17/+17
* Objective-C ARC. Provide diagnostic and fix-it Fariborz Jahanian2014-06-261-0/+23
* Objective-C. When we use @selector(save:), etc. there may be more Fariborz Jahanian2014-06-241-9/+17
* Objective-C ARC. Allow conversion of (void*) pointers toFariborz Jahanian2014-06-181-3/+6
* Objective-C. Revert my patch in r211234.Fariborz Jahanian2014-06-181-3/+1
* Objective-C ARC. Allow conversion of (void*) pointers toFariborz Jahanian2014-06-181-1/+3
* Objective-C. Check for integer overflow in Objective-C'sFariborz Jahanian2014-06-181-1/+1
* Objective-C ARC. Do not warn about properties with bothFariborz Jahanian2014-06-171-1/+8
* Hide the concept of diagnostic levels from lex, parse and semaAlp Toker2014-06-151-13/+5
* Objective-C. More tests for both bridging attributes andFariborz Jahanian2014-06-111-1/+1
* Objective-C. Patch to handle bridge attribute warningsFariborz Jahanian2014-06-111-29/+80
* Refactoring. Remove Owned method from Sema.Nikola Smiljanic2014-05-291-62/+42
* Refactoring. Remove release and take methods from ActionResult. Rename takeAs...Nikola Smiljanic2014-05-291-13/+13
* [C++11] Use 'nullptr'. Sema edition.Craig Topper2014-05-261-81/+90
* Objective-C ARC. Add support for toll-free bridge Fariborz Jahanian2014-05-101-0/+16
* Objective-C. Reduce false positive warnings with -Wselector by issuing warning Fariborz Jahanian2014-05-091-2/+3
* 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
OpenPOWER on IntegriCloud