aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/SemaExprObjC.cpp
AgeCommit message (Expand)Author
2013-05-05ArrayRef'ize Sema::CheckObjCMethodCallDmitri Gribenko
2013-05-05Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constr...Dmitri Gribenko
2013-05-03ArrayRef'ize InitializationSequence constructor and InitializationSequence::D...Dmitri Gribenko
2013-05-03Correctly emit certain implicit references to 'self' even withinJohn McCall
2013-05-01Point diagnostics that complain about a use of a selector in an objc message,...Argyrios Kyrtzidis
2013-04-04Objective-C: Issue deprecated warning when using a Fariborz Jahanian
2013-04-03Add 178663 back.Rafael Espindola
2013-04-03Revert 178663.Rafael Espindola
2013-04-03Don't compute a patched/semantic storage class.Rafael Espindola
2013-03-19Add a clarifying note when a return statement is rejected becauseJohn McCall
2013-03-11Objective-C: When using super.prop, property should beFariborz Jahanian
2013-03-04Centralize and refine the __unknown_anytype argument rulesJohn McCall
2013-03-01Perform the receiver-expression transformations regardless ofJohn McCall
2013-02-22objective-C arg: provide fixit support whenFariborz Jahanian
2013-02-22objective-C arc: Diagnostic can not say to use bridgeFariborz Jahanian
2013-02-20Include llvm::Optional in clang/Basic/LLVM.hDavid Blaikie
2013-02-15Fix crash-on-invalid where a ParenListExpr shows up as a message receiverArgyrios Kyrtzidis
2013-01-22Small code change to improve performanceFariborz Jahanian
2013-01-22objectiveC (take two): don't warn when in -Wselector mode andFariborz Jahanian
2013-01-21objectiveC: don't warn when in -Wselector mode andFariborz Jahanian
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2012-11-28objective-C arc: Underline the selector when issuingFariborz Jahanian
2012-11-14Accept and pass arguments to __unknown_anytype in argumentJohn McCall
2012-10-19Allow objc_requires_super to be used to check class methods as well.Jordan Rose
2012-10-11-Warc-repeated-use-of-weak: Check messages to property accessors as well.Jordan Rose
2012-10-10Move Sema::PropertyIfSetterOrGetter to ObjCMethodDecl::findPropertyDecl.Jordan Rose
2012-10-10Rename ObjCMethodDecl::isSynthesized to isPropertyAccessor.Jordan Rose
2012-09-28-Wreceiver-is-weak: rephrase warning text and add a suggestion Note.Jordan Rose
2012-09-07objective-C: introduce __attribute((objc_requires_super)) on methodFariborz Jahanian
2012-08-31objective-C: underline name of the missing methodFariborz Jahanian
2012-08-24Push ArrayRef through the Expr hierarchy.Benjamin Kramer
2012-08-23Now that ASTMultiPtr is nothing more than a array reference, make it a Mutabl...Benjamin Kramer
2012-08-23Rip out remnants of move semantic emulation and smart pointers in Sema.Benjamin Kramer
2012-08-23Fix undefined behavior: member function calls where 'this' is a null pointer.Richard Smith
2012-08-01Fix an assertion failure instantiating a constexpr function from within a -de...Eli Friedman
2012-07-31Introduce new queries on ObjCRuntime for how to interpret subscriptsJohn McCall
2012-07-31Explain why ACC_bottom should never occur in diagnosing ARC casts.Jordan Rose
2012-07-28assert on ACC_bottom when checking for invalidFariborz Jahanian
2012-07-28more objc-arc: With ACC_bottom, we just provideFariborz Jahanian
2012-07-27objc-arc: change per Jordy's comments.Fariborz Jahanian
2012-07-27objective-c arc: When function calls with known CFCreate naming conventionFariborz Jahanian
2012-07-27revert r160839 for now.Fariborz Jahanian
2012-07-27Consolidate ObjC lookupPrivateMethod methods from Sema and DeclObjC.Anna Zaks
2012-07-26objc-arc: When objects with known CF semantics are assigned toFariborz Jahanian
2012-06-28Warn on weak properties declared in protocols as well.Jordan Rose
2012-06-23objective-c: issue deprecation/unavailability warnings for methods called on Fariborz Jahanian
2012-06-22Documentation cleanup:James Dennett
2012-06-20Restructure how the driver communicates information about theJohn McCall
2012-06-07Attach fixits for CFBridgingRetain/Release outside any casts.Jordan Rose
2012-06-07Insert a space if necessary when suggesting CFBridgingRetain/Release.Jordan Rose