summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExprObjC.cpp
Commit message (Expand)AuthorAgeFilesLines
* Silence a "not all control paths return a value" warning from MSVC. Should al...Aaron Ballman2015-07-241-1/+2
* Cleanup ObjCInterfaceDecl lookup for ObjC literalsAlex Denisov2015-07-241-99/+98
* Implement the Objective-C __kindof type qualifier.Douglas Gregor2015-07-071-10/+17
* Substitute type arguments into uses of Objective-C interface members.Douglas Gregor2015-07-071-28/+49
* Handle Objective-C type arguments.Douglas Gregor2015-07-071-2/+4
* Parsing, semantic analysis, and AST for Objective-C type parameters.Douglas Gregor2015-07-071-6/+9
* [ObjC] Add NSValue support for objc_boxed_expressionsAlex Denisov2015-06-261-8/+119
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-2/+2
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-2/+2
* Introduced pragmas for audited nullability regions.Douglas Gregor2015-06-191-0/+4
* Extend type nullability qualifiers for Objective-C.Douglas Gregor2015-06-191-16/+117
* [Objective-C Sema]This patch fixes the warning when clang issuesFariborz Jahanian2015-04-151-6/+15
* [Objective-C Sema] Fixes a typo which did not allow Fariborz Jahanian2015-04-101-1/+1
* [Objective-C Sema] It is permissable to bridge cast to 'id'Fariborz Jahanian2015-04-091-5/+6
* [Modules] Make Sema's map of referenced selectors have a deterministicChandler Carruth2015-03-271-9/+4
* [Objective-C Sema]. Remove -Wreceiver-is-weak warning.Fariborz Jahanian2015-03-101-67/+0
* Recognize objc_bridge(id) on bridged casts to CF types.John McCall2015-03-101-0/+3
* New ObjC warning: circular containers.Alex Denisov2015-03-041-1/+3
* Allow (Object *)kMyGlobalCFObj casts without bridgingBen Langmuir2015-02-251-6/+9
* Fix crash when clang tries to build NSNumber literal after forward declarationAlex Denisov2015-02-161-1/+3
* Patch fixes PR21932 crash on invalid code. UsingFariborz Jahanian2015-01-201-21/+22
* 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
OpenPOWER on IntegriCloud