summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/Expr.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* PR16263: Implement current direction of core issue 1376. Binding a reference toRichard Smith2013-06-151-2/+2
* Implement core issue 903: only integer literals with value 0 and prvalues ofRichard Smith2013-06-131-8/+9
* PR12086, PR15117Richard Smith2013-06-121-1/+1
* Do not walk through member-accesses on bitfields when looking for the objectRichard Smith2013-06-031-3/+5
* Fix handling of pointers-to-members and comma expressions whenRichard Smith2013-06-031-3/+8
* Use only explicit bool conversion operatorDavid Blaikie2013-05-151-1/+1
* Allocate memory for the new number of subexpressions. Fixup for r181572Dmitri Gribenko2013-05-101-1/+1
* ArrayRef'ize ShuffleVectorExpr::setExprsDmitri Gribenko2013-05-101-4/+3
* Grab-bag of bit-field fixes:John McCall2013-05-061-3/+8
* C++1y constexpr extensions, round 1: Allow most forms of declaration andRichard Smith2013-04-221-1/+1
* C++1y: Allow aggregates to have default initializers.Richard Smith2013-04-201-2/+24
* Basic support for Microsoft property declarations andJohn McCall2013-04-161-0/+1
* Add streamed versions of getQualifiedNameAsString.Benjamin Kramer2013-02-231-1/+2
* Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.Jordan Rose2013-02-081-1/+2
* Use const visitors in ASTDumper.Alexander Kornienko2013-02-011-1/+1
* Constify some getters of DesignatedInitExprDmitri Gribenko2013-01-261-6/+9
* Switch to APFloat constructor taking fltSemantics.Tim Northover2013-01-221-4/+37
* Implement OpenCL event_t as Clang builtin type, including event_t related Ope...Guy Benyei2013-01-201-0/+3
* Some builtins do not evaluate their arguments. Teach EvaluatedExprVisitor notRichard Smith2013-01-171-0/+6
* Suppress all -Wunused-value warnings from macro body expansions.Matt Beaumont-Gay2013-01-171-4/+0
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-3/+3
* s/CXX0X/CXX11/g, except for __GNU_EXPERIMENTAL_CXX0X__, and update a few near...Richard Smith2013-01-021-2/+2
* s/CPlusPlus0x/CPlusPlus11/gRichard Smith2013-01-021-2/+2
* Fix for PR12222.Erik Verbruggen2012-12-251-37/+25
* Don't hit an assertion failure when calculating the __PRETTY_FUNCTION__Argyrios Kyrtzidis2012-12-141-1/+1
* Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...Benjamin Kramer2012-12-011-6/+7
* Allow to pass from syntactic form of InitListExpr to semantic form (just as v...Abramo Bagnara2012-11-081-2/+2
* Fixed range of implicit MemberExpr.Abramo Bagnara2012-11-081-2/+5
* Fix an incorrect assert, the LHS can be an LValue.Rafael Espindola2012-11-011-1/+1
* [libclang] Introduce clang_Cursor_getReceiverType which returns the CXType forArgyrios Kyrtzidis2012-11-011-20/+16
* Move two helper functions to AST so that sema can use them.Rafael Espindola2012-10-271-0/+69
* Address feedback from Eli Friedman on r166522.Matt Beaumont-Gay2012-10-241-4/+4
* Don't emit -Wunused-value warnings from macro expansions.Matt Beaumont-Gay2012-10-231-0/+4
* Fix -Wunused-value to not warn on expressions that have unresolved lookups dueMatt Beaumont-Gay2012-10-231-0/+5
* StringRef-ify Binary/UnaryOperator::getOpcodeStrDavid Blaikie2012-10-081-2/+2
* Move isObjCSelf into Expr.Anna Zaks2012-10-011-0/+18
* Handle C++ functional casts in a similar way to C-style casts inEli Friedman2012-09-241-0/+1
* In StringLiteral::setString make sure that we copy the number ofArgyrios Kyrtzidis2012-09-141-3/+3
* PR13811: Add a FunctionParmPackExpr node to handle references to functionRichard Smith2012-09-121-0/+1
* Change the representation of builtin functions in the ASTEli Friedman2012-08-311-2/+9
* Push ArrayRef through the Expr hierarchy.Benjamin Kramer2012-08-241-63/+64
* Fix InitListExpr::isStringLiteralInit so it handles various edge cases correc...Eli Friedman2012-08-201-3/+3
* Factor out computation of whether a typeid's expression is potentiallyRichard Smith2012-08-131-16/+4
* Provide isConst/Volatile on CXXMethodDecl.David Blaikie2012-08-101-4/+4
* Implement warning for integral null pointer constants other than the literal 0.David Blaikie2012-08-081-2/+7
* Update documentation of HasSideEffects to match its callers' expectations, andRichard Smith2012-08-071-20/+18
* Teach Expr::HasSideEffects about all the Expr types, and fix a bug where itRichard Smith2012-08-071-0/+215
* Handle the case where the base type is not dependent, but the derived one is.Rafael Espindola2012-07-171-0/+3
* Drop the ASTContext.h include from Stmt.h and fix up transitive users.Benjamin Kramer2012-07-041-0/+28
* Fix another issue with devirtualizing calls to final methods by passing themRafael Espindola2012-06-281-16/+22
OpenPOWER on IntegriCloud