summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExprObjC.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Objective-C ARC [qoi]. Issue diagnostic if __bridge castingFariborz Jahanian2014-10-271-5/+16
* Pass around CorrectionCandidateCallbacks as unique_ptrs soKaelyn Takata2014-10-271-9/+9
* Objective-C. Under a special flag, -Wcstring-format-directive,Fariborz Jahanian2014-09-111-11/+24
* Objective-C. Under a special flag, -Wcstring-format-directive,Fariborz Jahanian2014-09-091-1/+31
* Use llvm::makeArrayRef instead of explicitly calling ArrayRef constructor and...Craig Topper2014-08-301-1/+1
* Objective-C. Allow [super initialize] in an +initializeFariborz Jahanian2014-08-251-8/+19
* Objective-C. Warn when @encode'ing provides an incompleteFariborz Jahanian2014-08-221-1/+5
* 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
OpenPOWER on IntegriCloud