summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaPseudoObject.cpp
Commit message (Expand)AuthorAgeFilesLines
* ObjectiveC++: support for passing C++11 style initialized temporaries to Fariborz Jahanian2013-10-161-0/+10
* Make IgnoreParens() look through ChooseExprs.Eli Friedman2013-07-201-0/+19
* address some comments on r183474:Adrian Prantl2013-06-071-3/+3
* Objective-C arc: don't count use of __weakFariborz Jahanian2013-05-211-2/+2
* Replace 'MultiExprArg()' with 'None'Dmitri Gribenko2013-05-051-4/+3
* Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constr...Dmitri Gribenko2013-05-051-3/+2
* Don't put too much thought into whether or not to capture aJohn McCall2013-04-161-1/+2
* Basic support for Microsoft property declarations andJohn McCall2013-04-161-0/+116
* Add 178663 back.Rafael Espindola2013-04-031-3/+0
* Revert 178663.Rafael Espindola2013-04-031-0/+3
* Don't compute a patched/semantic storage class.Rafael Espindola2013-04-031-3/+0
* Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.Jordan Rose2013-02-081-1/+3
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-2/+2
* Fix crash-on-invalid. <rdar://problem/12765391>.Eli Friedman2012-11-291-4/+3
* Don't return a pointer to an UnresolvedSetImpl in the CXXRecordDecl interface,Argyrios Kyrtzidis2012-11-281-5/+4
* Don't try to save the assigned value in a Objective-C property assignmentEli Friedman2012-11-131-7/+15
* Rename ObjCMethodDecl::isSynthesized to isPropertyAccessor.Jordan Rose2012-10-101-3/+3
* Add FP_CONTRACT support for clang.Lang Hames2012-10-021-5/+5
* -Warc-repeated-use-of-weak: check ivars and variables as well.Jordan Rose2012-09-281-1/+2
* Add a warning (off by default) for repeated use of the same weak property.Jordan Rose2012-09-281-1/+34
* Fix a couple of Doxygen issues pointed out by -Wdocumentation.Dmitri Gribenko2012-09-121-1/+1
* Push ArrayRef through the Expr hierarchy.Benjamin Kramer2012-08-241-3/+2
* Fix a bunch of -Wdocumentation warnings.Dmitri Gribenko2012-08-231-3/+3
* objective-c arc: Patch to suggest bridge casting of CFFariborz Jahanian2012-08-021-2/+31
* Change warning to error when property setter names conflict.Fariborz Jahanian2012-05-261-1/+1
* objective-c: warn on use of property settersFariborz Jahanian2012-05-241-3/+21
* Move Sema::RequireCompleteType() and Sema::RequireCompleteExprType()Douglas Gregor2012-05-041-2/+1
* objective-arc: Retune my previous patch so warningFariborz Jahanian2012-04-191-4/+0
* objective-c arc: Issue warning under -Wreceiver-is-weak Fariborz Jahanian2012-04-191-0/+4
* objective-c: Issue diagnostic when an implicitFariborz Jahanian2012-04-181-3/+20
* Make control flow more explicit for rebuilding property reference expressions...Douglas Gregor2012-04-131-7/+7
* super and class property reference expressions don't need to beDouglas Gregor2012-04-131-2/+7
* Add info to ObjCPropertyRefExpr to indicate whether the dot syntax propertyArgyrios Kyrtzidis2012-03-301-2/+13
* objective-c: Improve diagnostics andFariborz Jahanian2012-03-281-4/+10
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-111-8/+8
* Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek2012-03-061-0/+505
* Pull the OpaqueValueExpr's source expression into its constructor, soDouglas Gregor2012-02-231-2/+2
* Add IsImplicit field in ObjCMessageExpr that is true when the messageArgyrios Kyrtzidis2012-01-121-28/+14
* Fix the instantiation of pseudo-object expressions. This is aJohn McCall2011-11-301-0/+51
* Resolve placeholder expressions before trying to deduceJohn McCall2011-11-151-6/+4
* Revert r143972, which didn't actually compile under -Wnon-virtual-dtor.Matt Beaumont-Gay2011-11-081-3/+2
* There are some crazy cases that LookupMethodInReceiverTypeJohn McCall2011-11-071-1/+8
* Better fix for -Wnon-virtual-dtorMatt Beaumont-Gay2011-11-071-2/+3
* Appease -Wnon-virtual-dtorMatt Beaumont-Gay2011-11-071-0/+2
* Unbreak gcc build.Benjamin Kramer2011-11-061-1/+1
* Change the AST representation of operations on Objective-CJohn McCall2011-11-061-225/+671
* Reflow code. No intended functionality change.Benjamin Kramer2011-10-281-17/+14
* Restore r142914 and r142915, now with missing file and apparentJohn McCall2011-10-251-0/+342
OpenPOWER on IntegriCloud