summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/Expr.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor the tree transform's many loops over sets of expressionsDouglas Gregor2011-01-031-4/+4
* Add an AST representation for non-type template parameterDouglas Gregor2010-12-231-2/+8
* Variadic templates: extend the Expr class with a bit that specifiesDouglas Gregor2010-12-151-32/+136
* Introduce ObjCMessageExpr::getReceiverRange() to get the source range of the ...Argyrios Kyrtzidis2010-12-101-1/+17
* Keep the source location of the selector in ObjCMessageExpr.Argyrios Kyrtzidis2010-12-101-10/+16
* Remove the TypesCompatibleExprClass AST node. Merge its functionality into Bi...Francois Pichet2010-12-081-8/+0
* Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoreticalJohn McCall2010-12-061-3/+3
* Make IgnoreParenLValueCasts skip __extension__ nodes like IgnoreParens().John McCall2010-12-041-3/+11
* Although we currently have explicit lvalue-to-rvalue conversions, they'reJohn McCall2010-12-041-2/+44
* Simplify the ASTs by consolidating ObjCImplicitGetterSetterExpr and ObjCPrope...John McCall2010-12-021-33/+7
* Restore the lvalue-to-rvalue conversion patch with a minimal fix.John McCall2010-12-011-0/+2
* L-value to r-value conversion is not ready for prime-time.John McCall2010-11-301-2/+0
* Introduce an r-value to l-value cast kind. I'm not promising anythingJohn McCall2010-11-301-0/+2
* Look through parentheses when deciding whether an expr is a temporary object....Anders Carlsson2010-11-281-4/+4
* Switch a lot of call-sites over to using the new value-kind calculations.John McCall2010-11-241-1/+1
* Calculate the value kind of an expression when it's created andJohn McCall2010-11-181-24/+38
* a metric ton of refactoring later, Sema::getLocationOfStringLiteralByte Chris Lattner2010-11-171-0/+69
* Kill CK_Unknown and flesh out the documentation for the existing CastKinds.John McCall2010-11-161-2/+0
* Add a new expression kind, OpaqueValueExpr, which is useful forJohn McCall2010-11-151-0/+6
* Assorted work leading towards the elimination of CK_Unknown.John McCall2010-11-151-0/+8
* Add a few more complex-related cast kinds that arise due to arbitraryJohn McCall2010-11-141-2/+12
* Introduce five new cast kinds for various conversions into andJohn McCall2010-11-131-3/+13
* Introduce a null-to-pointer implicit cast kind.John McCall2010-11-131-0/+2
* Fix InitListExpr::getSourceRange() to work in the case of no locations for '(...Ted Kremenek2010-11-091-0/+29
* Emit error when using a bound member function for something other than callin...Argyrios Kyrtzidis2010-11-011-0/+6
* Emit an error when trying to form a pointer-to-member to a bitfield.Argyrios Kyrtzidis2010-10-301-0/+5
* Rename alignof -> alignOf to avoid irritating C++'0x compilers,Chris Lattner2010-10-301-5/+5
* Optimize field space usage in CompoundStmt, LabelStmt, Expr, and CastExpr.John McCall2010-10-261-16/+16
* Treat __extension__ like ParenExpr.Abramo Bagnara2010-10-151-14/+48
* Eliminate usage of ObjCSuperExpr used forFariborz Jahanian2010-10-141-9/+21
* Patch to support transparent_union argumentsFariborz Jahanian2010-09-271-0/+7
* Copying result of object property reference expressionFariborz Jahanian2010-09-271-1/+6
* Fixed isConstantInitializer for __builtin_choose_expr.Abramo Bagnara2010-09-271-0/+3
* Warn when an expression result in a LabelStmt is unused.Argyrios Kyrtzidis2010-09-191-1/+5
* Right, there are *two* cases of pr-value class-type expressions that don'tJohn McCall2010-09-161-3/+8
* Tweak comment as suggested by Sebastian.John McCall2010-09-151-1/+1
* one piece of code is responsible for the lifetime of every aggregateJohn McCall2010-09-151-35/+20
* Test destructors in delete expressions and of temporaries for throwing.Sebastian Redl2010-09-101-3/+23
* Address Doug's comments.Sebastian Redl2010-09-101-1/+6
* First version of a testcase, plus fixes.Sebastian Redl2010-09-101-2/+5
* Implement Expr::CanThrow, a function that applies the noexcept operator rules...Sebastian Redl2010-09-101-0/+201
* Make CallExpr::getCalleeDecl look through pointer derefs.Sebastian Redl2010-09-101-0/+8
* Fix the memory leak of FloatingLiteral/IntegerLiteral.Argyrios Kyrtzidis2010-08-281-0/+38
* GCC didn't care for my attempt at API compatibility, so brute-force everythingJohn McCall2010-08-251-162/+162
* More incremental progress towards not including Expr.h in Sema.h.John McCall2010-08-251-4/+4
* Regularize the API for accessing explicit template arguments.John McCall2010-08-191-5/+5
* Zap unused UnaryOperator::OffsetOf.Eli Friedman2010-08-131-1/+0
* Added locations and type source info for DeclarationName.Abramo Bagnara2010-08-111-6/+38
* Allow reference binding of a reference of Objective-C object type toDouglas Gregor2010-08-071-0/+2
* Store inheritance paths after CastExprs instead of inside them.John McCall2010-08-071-0/+60
OpenPOWER on IntegriCloud