summaryrefslogtreecommitdiffstats
path: root/lib/Sema/SemaExprObjC.cpp
Commit message (Expand)AuthorAgeFilesLines
* Address review feedback on r221933.Nico Weber2014-12-271-3/+4
* [Objective-C]. This patch extends objc_bridge attribute to support objc_brid...Fariborz Jahanian2014-12-111-0/+3
* Fix the indentation: Nesting level does not match indentation (CID 1254863)Sylvestre Ledru2014-11-171-2/+2
* Objective-C. Fixes a regression caused by implementationFariborz Jahanian2014-11-131-2/+1
* [Objective-C Sema]. Issue availability/deprecated warning when Fariborz Jahanian2014-11-071-1/+5
* Objective-C. revert patch for rdar://17554063.Fariborz Jahanian2014-10-281-63/+12
* [Objective-C]. revert r220740,r220727Fariborz Jahanian2014-10-281-16/+5
* 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