summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExprObjC.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-8/+8
* objective-C arc: Underline the selector when issuingFariborz Jahanian2012-11-281-1/+2
* Accept and pass arguments to __unknown_anytype in argumentJohn McCall2012-11-141-0/+13
* Allow objc_requires_super to be used to check class methods as well.Jordan Rose2012-10-191-13/+3
* -Warc-repeated-use-of-weak: Check messages to property accessors as well.Jordan Rose2012-10-111-0/+18
* Move Sema::PropertyIfSetterOrGetter to ObjCMethodDecl::findPropertyDecl.Jordan Rose2012-10-101-10/+4
* Rename ObjCMethodDecl::isSynthesized to isPropertyAccessor.Jordan Rose2012-10-101-5/+5
* -Wreceiver-is-weak: rephrase warning text and add a suggestion Note.Jordan Rose2012-09-281-13/+14
* objective-C: introduce __attribute((objc_requires_super)) on methodFariborz Jahanian2012-09-071-0/+8
* objective-C: underline name of the missing methodFariborz Jahanian2012-08-311-4/+9
* Push ArrayRef through the Expr hierarchy.Benjamin Kramer2012-08-241-2/+2
* Now that ASTMultiPtr is nothing more than a array reference, make it a Mutabl...Benjamin Kramer2012-08-231-10/+8
* Rip out remnants of move semantic emulation and smart pointers in Sema.Benjamin Kramer2012-08-231-9/+9
* Fix undefined behavior: member function calls where 'this' is a null pointer.Richard Smith2012-08-231-2/+2
* Fix an assertion failure instantiating a constexpr function from within a -de...Eli Friedman2012-08-011-2/+2
* Introduce new queries on ObjCRuntime for how to interpret subscriptsJohn McCall2012-07-311-7/+13
* Explain why ACC_bottom should never occur in diagnosing ARC casts.Jordan Rose2012-07-311-3/+3
* assert on ACC_bottom when checking for invalidFariborz Jahanian2012-07-281-2/+4
* more objc-arc: With ACC_bottom, we just provideFariborz Jahanian2012-07-281-2/+2
* objc-arc: change per Jordy's comments.Fariborz Jahanian2012-07-271-13/+14
* objective-c arc: When function calls with known CFCreate naming conventionFariborz Jahanian2012-07-271-8/+18
* revert r160839 for now.Fariborz Jahanian2012-07-271-12/+27
* Consolidate ObjC lookupPrivateMethod methods from Sema and DeclObjC.Anna Zaks2012-07-271-67/+5
* objc-arc: When objects with known CF semantics are assigned toFariborz Jahanian2012-07-261-27/+12
* Warn on weak properties declared in protocols as well.Jordan Rose2012-06-281-2/+4
* objective-c: issue deprecation/unavailability warnings for methods called on Fariborz Jahanian2012-06-231-0/+3
* Documentation cleanup:James Dennett2012-06-221-4/+4
* Restructure how the driver communicates information about theJohn McCall2012-06-201-2/+3
* Attach fixits for CFBridgingRetain/Release outside any casts.Jordan Rose2012-06-071-2/+4
OpenPOWER on IntegriCloud