aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/SemaPseudoObject.cpp
AgeCommit message (Expand)Author
2012-05-04Move Sema::RequireCompleteType() and Sema::RequireCompleteExprType()Douglas Gregor
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-18objective-c: Issue diagnostic when an implicitFariborz Jahanian
2012-04-13Make control flow more explicit for rebuilding property reference expressions...Douglas Gregor
2012-04-13super and class property reference expressions don't need to beDouglas Gregor
2012-03-30Add info to ObjCPropertyRefExpr to indicate whether the dot syntax propertyArgyrios Kyrtzidis
2012-03-28objective-c: Improve diagnostics andFariborz 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-23Pull the OpaqueValueExpr's source expression into its constructor, soDouglas Gregor
2012-01-12Add IsImplicit field in ObjCMessageExpr that is true when the messageArgyrios Kyrtzidis
2011-11-30Fix the instantiation of pseudo-object expressions. This is aJohn McCall
2011-11-15Resolve placeholder expressions before trying to deduceJohn McCall
2011-11-08Revert r143972, which didn't actually compile under -Wnon-virtual-dtor.Matt Beaumont-Gay
2011-11-07There are some crazy cases that LookupMethodInReceiverTypeJohn McCall
2011-11-07Better fix for -Wnon-virtual-dtorMatt Beaumont-Gay
2011-11-07Appease -Wnon-virtual-dtorMatt Beaumont-Gay
2011-11-06Unbreak gcc build.Benjamin Kramer
2011-11-06Change the AST representation of operations on Objective-CJohn McCall
2011-10-28Reflow code. No intended functionality change.Benjamin Kramer
2011-10-25Restore r142914 and r142915, now with missing file and apparentJohn McCall