aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/SemaPseudoObject.cpp
AgeCommit message (Expand)Author
2013-04-16Don't put too much thought into whether or not to capture aJohn McCall
2013-04-16Basic support for Microsoft property declarations andJohn McCall
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-02-08Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.Jordan Rose
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2012-11-29Fix crash-on-invalid. <rdar://problem/12765391>.Eli Friedman
2012-11-28Don't return a pointer to an UnresolvedSetImpl in the CXXRecordDecl interface,Argyrios Kyrtzidis
2012-11-13Don't try to save the assigned value in a Objective-C property assignmentEli Friedman
2012-10-10Rename ObjCMethodDecl::isSynthesized to isPropertyAccessor.Jordan Rose
2012-10-02Add FP_CONTRACT support for clang.Lang Hames
2012-09-28-Warc-repeated-use-of-weak: check ivars and variables as well.Jordan Rose
2012-09-28Add a warning (off by default) for repeated use of the same weak property.Jordan Rose
2012-09-12Fix a couple of Doxygen issues pointed out by -Wdocumentation.Dmitri Gribenko
2012-08-24Push ArrayRef through the Expr hierarchy.Benjamin Kramer
2012-08-23Fix a bunch of -Wdocumentation warnings.Dmitri Gribenko
2012-08-02objective-c arc: Patch to suggest bridge casting of CFFariborz Jahanian
2012-05-26Change warning to error when property setter names conflict.Fariborz Jahanian
2012-05-24objective-c: warn on use of property settersFariborz Jahanian
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