summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Sundry incremental steps towards killing off Action.John McCall2010-08-231-4/+4
* Detabify.Eli Friedman2010-08-221-3/+3
* DeclPtrTy -> Decl *John McCall2010-08-211-6/+5
* Add a workaround for PR7947, a crash trying to recover from invalid C++ code.Nick Lewycky2010-08-201-16/+21
* Another step in the process of making the parser depend on Sema:John McCall2010-08-201-4/+4
* Diagnose assiging to an interface object inFariborz Jahanian2010-08-161-0/+5
* When issuing warning for future conflict resolution,Fariborz Jahanian2010-08-131-0/+3
* Zap unused UnaryOperator::OffsetOf.Eli Friedman2010-08-131-4/+0
* Implement -Wcast-align. The initial design of this diagnostic diverges John McCall2010-08-121-0/+4
* Move Sema's headers into include/clang/Sema, renaming a few along the way.Douglas Gregor2010-08-121-4/+4
* Added locations and type source info for DeclarationName.Abramo Bagnara2010-08-111-59/+69
* Random temporary string cleanup.Benjamin Kramer2010-08-111-1/+1
* Added TypeLocs to VAArgExpr node.Abramo Bagnara2010-08-101-4/+10
* Added TypeLocs to TypesCompatibleExpr node.Abramo Bagnara2010-08-101-4/+14
* When attempting to recover from a failed unqualified name lookup, makeDouglas Gregor2010-08-091-0/+2
* Integral-to-pointer conversions are not always null -> member pointerDouglas Gregor2010-08-071-2/+8
* Store inheritance paths after CastExprs instead of inside them.John McCall2010-08-071-11/+11
* PR7837: For qualified id's, make sure the decl context is complete if notEli Friedman2010-08-061-20/+18
* Introduce implicit conversions between AltiVec vectors and GCCDouglas Gregor2010-08-061-6/+18
* Flip the switch to use OffsetOfExpr unconditionally; feel free to revert ifEli Friedman2010-08-051-129/+5
* PR7769: Fix references to anonymous structs/unions in base classes inEli Friedman2010-08-051-7/+12
* Remove the warning for variables declared in the if-expression being used inNick Lewycky2010-08-051-21/+1
* Tighten the rules when deciding if an ivar must beFariborz Jahanian2010-07-301-3/+15
* Tigthen the condition for issung ivar shadowingFariborz Jahanian2010-07-291-1/+2
* When taking the address of a value of Objective-C object type (e.g.,Douglas Gregor2010-07-291-0/+2
* Don't die when a member access refers to a non-class member via aDouglas Gregor2010-07-281-0/+3
* Fix a minor crash bug with constructs like Obj.Class::ENUM_VALUE.Eli Friedman2010-07-271-4/+4
* PR7724: Don't try to evaluate value-dependent expressions.Eli Friedman2010-07-271-1/+1
* Remove the vast majority of the Destroy methods from the AST library,Douglas Gregor2010-07-251-13/+3
* turn down the logical bitwise confusion warning to not warn Chris Lattner2010-07-241-11/+14
* Allow __func__ and __FUNCTION__ and __PRETTY_FUNCTION__ inside blocks.Fariborz Jahanian2010-07-231-0/+2
* Vectors are not integer types, so the type system should not classifyDouglas Gregor2010-07-231-10/+16
* Warn when property ivar lookup finds a global variableFariborz Jahanian2010-07-221-2/+31
* Upgrade "'X' is unavailable" from a warning to an error. This matches GCC's ...Ted Kremenek2010-07-211-1/+1
* Update ImplicitCastExpr to be able to represent an XValue.Sebastian Redl2010-07-201-6/+5
* Categories cannot synthesize property ivars,Fariborz Jahanian2010-07-191-5/+5
* Check for casts to an incomplete type in C. Improves diagnostics for cast toEli Friedman2010-07-171-0/+4
* Patch to synthesize property ivars on demand asFariborz Jahanian2010-07-171-0/+38
* restrict the && -> & warning to cover a case daniel noted.Chris Lattner2010-07-151-0/+4
* Consider obective-c pointer arguments as valid sentinel argsFariborz Jahanian2010-07-141-1/+1
* Add a warning to catch a bug recently caught by code review, like this:Chris Lattner2010-07-131-2/+16
* Whenever we're creating an expression that is typically an rvalueDouglas Gregor2010-07-131-3/+6
* When forming a function call or message send expression, be sure toDouglas Gregor2010-07-131-4/+4
* Compute Type dependent-ness of BlockDeclRefExprFariborz Jahanian2010-07-121-2/+1
* Move setting of Dependent Type to BlockDeclRefExpr'sFariborz Jahanian2010-07-121-4/+3
* Fix another aspect of PR7047, macro expansions. Previously, this was hackedChandler Carruth2010-07-121-7/+8
* Lay the ground work for resoving PR7047. This doesn't actually fix it becauseChandler Carruth2010-07-101-3/+18
* BlockDeclRefExpr of a dependent type mustFariborz Jahanian2010-07-091-13/+16
* Instantiation of block literal expressions. wip.Fariborz Jahanian2010-07-091-2/+5
* When performing substitution of template arguments within the body ofDouglas Gregor2010-07-081-3/+4
OpenPOWER on IntegriCloud