aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/SemaExprObjC.cpp
AgeCommit message (Expand)Author
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
2012-06-04objective-c: Handle more warning cases for whenFariborz Jahanian
2012-06-01[arcmt] Use CFBridgingRetain/CFBridgingRelease instead of __bridge_retained/_...Argyrios Kyrtzidis
2012-05-30objective-c: revert r157407. It broke a projectFariborz Jahanian
2012-05-24objective-c: warn on use of property settersFariborz Jahanian
2012-05-24objective-c: Fixes a corner case and interesting bug.Fariborz Jahanian
2012-05-19Apparently empty names are allowed here.Benjamin Kramer
2012-05-19Simplify some users of DeclarationName::getNameKind. Fold getFETokenInfoAsVoi...Benjamin Kramer
2012-05-16[libclang/AST] Index references of protocols in "@protocol(...)" syntax.Argyrios Kyrtzidis
2012-05-15Allow objc @() syntax for enum types.Argyrios Kyrtzidis
2012-05-12Only check NSArray/NSDictionary boxing method params once.Jordy Rose
2012-05-1280-col violations and minor reformatting. No functionality change.Jordy Rose
2012-05-12Clean up ObjC boxing method checks by reducing duplicated code.Jordy Rose
2012-05-12Don't crash on boxed strings when +stringWithUTF8String: is missing.Jordy Rose
2012-05-04Move Sema::RequireCompleteType() and Sema::RequireCompleteExprType()Douglas Gregor
2012-05-01Clean up changes suggested by Douglas Gregor:Patrick Beard
2012-04-19objective-arc: Retune my previous patch so warningFariborz Jahanian
2012-04-19objective-c arc: Issue warning under -Wreceiver-is-weak Fariborz Jahanian
2012-04-19Implements boxed expressions for Objective-C. <rdar://problem/10194391>Patrick Beard
2012-04-04objc-arc: provide a warning when 'receiver' of a message is 'weak'Fariborz Jahanian
2012-03-11Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie
2012-03-06Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek
2012-02-27After numerous requests, have Objective-C 'method declared here' notes mentio...Ted Kremenek
2012-02-23objective-c++: Type of an objc string literal is NSString, not 'id'.Fariborz Jahanian
2012-02-18Rewrite variable capture within lambda expressions and blocks,Douglas Gregor
2012-02-16Add fixits for ARC casting errors for implicit conversions as well. rdar://10...Argyrios Kyrtzidis