summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExprObjC.cpp
Commit message (Expand)AuthorAgeFilesLines
* ObjectiveC. Implement attribute 'objc_bridge_mutable'Fariborz Jahanian2013-11-211-11/+20
* ObjectiveC. Allow toll free bridge cast warnings outsideFariborz Jahanian2013-11-211-9/+12
* ObjectiveC ARC. warn in presense of __bridge casting to Fariborz Jahanian2013-11-201-0/+9
* ObjectiveC ARC. validate toll free bridge castingFariborz Jahanian2013-11-201-5/+23
* ObjectiveC objc_bridge. Minor refactoring.Fariborz Jahanian2013-11-191-2/+2
* ObjectiveC 'objc_bridging'. Assorment of improvements Fariborz Jahanian2013-11-191-3/+3
* ObjectiveC ARC. Adopt objc_bridge attributeFariborz Jahanian2013-11-191-10/+19
* ObjectiveC ARC. More validation of toll-free bridging ofFariborz Jahanian2013-11-161-1/+10
* ObjectiveC ARC. Validate toll free bridge castingFariborz Jahanian2013-11-161-3/+51
* ObjetiveC ARC. Start diagnosing invalid toll free bridging.Fariborz Jahanian2013-11-161-10/+19
* ObjectiveC ARC. Only briding of pointer to struct CF object is allowed.Fariborz Jahanian2013-11-151-2/+2
* ObjectiveC ARC. Lookup type associated with objc_bridage atFariborz Jahanian2013-11-151-0/+38
* Re-instate contextual conversion to Objective-C pointers in message sends.Douglas Gregor2013-11-071-0/+5
* ObjectiveC. Define a new cc1 flag Fariborz Jahanian2013-11-011-1/+1
* Refine string literal concatenation warning within an NSArray literal to not ...Ted Kremenek2013-10-091-4/+18
* Cache the location of failed typo corrections so that typo correctionKaelyn Uhrain2013-09-271-3/+3
* Omit llvm:: before makeArrayRef. We have using directive in this file.Robert Wilhelm2013-08-191-10/+5
* Refactor all diagnosing of TypoCorrections through a common function, inRichard Smith2013-08-171-21/+10
* ObjectiveC [QoI] issue warning if an element of an nsarrayFariborz Jahanian2013-08-131-4/+11
* ObjectiveC ARC: Do not issue bridge cast diagnostic whenFariborz Jahanian2013-07-311-3/+10
* Objective-C: Fixes a typo correction bug where aFariborz Jahanian2013-06-181-1/+1
* Objective-C [qoi]: privide typo correction for selectorsFariborz Jahanian2013-06-181-9/+9
* Objective-C [qoi]: Provide fixit hint when message with typoFariborz Jahanian2013-06-171-2/+16
* address some comments on r183474:Adrian Prantl2013-06-071-4/+5
* Objective-C: Provide fixit with suggested spelling correctionFariborz Jahanian2013-06-051-2/+12
* improve of note message and minor refactoring of my lastFariborz Jahanian2013-05-151-5/+3
* Objective-C [diagnostics] [QOI], when method is notFariborz Jahanian2013-05-141-1/+10
* Add support for __wchar_t in -fms-extensions mode.Hans Wennborg2013-05-101-2/+2
* ArrayRef'ize Sema::CheckMessageArgumentTypesDmitri Gribenko2013-05-101-15/+17
* ArrayRef'ize some SemaOverload methodsDmitri Gribenko2013-05-091-1/+1
* ArrayRef'ize Sema::CheckObjCMethodCallDmitri Gribenko2013-05-051-1/+2
* Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constr...Dmitri Gribenko2013-05-051-4/+4
* ArrayRef'ize InitializationSequence constructor and InitializationSequence::D...Dmitri Gribenko2013-05-031-1/+1
* Correctly emit certain implicit references to 'self' even withinJohn McCall2013-05-031-1/+1
* Point diagnostics that complain about a use of a selector in an objc message,...Argyrios Kyrtzidis2013-05-011-24/+41
* Objective-C: Issue deprecated warning when using a Fariborz Jahanian2013-04-041-2/+4
* Add 178663 back.Rafael Espindola2013-04-031-12/+7
* Revert 178663.Rafael Espindola2013-04-031-7/+12
* Don't compute a patched/semantic storage class.Rafael Espindola2013-04-031-12/+7
* Add a clarifying note when a return statement is rejected becauseJohn McCall2013-03-191-0/+67
* Objective-C: When using super.prop, property should beFariborz Jahanian2013-03-111-2/+9
* Centralize and refine the __unknown_anytype argument rulesJohn McCall2013-03-041-9/+18
* Perform the receiver-expression transformations regardless ofJohn McCall2013-03-011-41/+42
* objective-C arg: provide fixit support whenFariborz Jahanian2013-02-221-8/+36
* objective-C arc: Diagnostic can not say to use bridgeFariborz Jahanian2013-02-221-8/+21
* Include llvm::Optional in clang/Basic/LLVM.hDavid Blaikie2013-02-201-3/+3
* Fix crash-on-invalid where a ParenListExpr shows up as a message receiverArgyrios Kyrtzidis2013-02-151-0/+7
* Small code change to improve performanceFariborz Jahanian2013-01-221-2/+6
* objectiveC (take two): don't warn when in -Wselector mode andFariborz Jahanian2013-01-221-18/+30
* objectiveC: don't warn when in -Wselector mode andFariborz Jahanian2013-01-211-14/+17
OpenPOWER on IntegriCloud