summaryrefslogtreecommitdiffstats
path: root/include/clang/AST/EvaluatedExprVisitor.h
Commit message (Expand)AuthorAgeFilesLines
* Fix alignment issues in Clang.James Y Knight2015-07-171-2/+2
* Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)...Benjamin Kramer2015-07-021-3/+3
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* some StmtExprs do not have side-effectsScott Douglass2015-06-101-0/+1
* add ConstEvaluatedExprVisitorScott Douglass2015-06-101-24/+46
* Teach EvaluatedExprVisitor that the condition and unselected branches of aRichard Smith2014-12-031-0/+11
* Make IgnoreParens() look through ChooseExprs.Eli Friedman2013-07-201-1/+1
* PR15906: The body of a lambda is not an evaluated subexpression; don't visit ...Richard Smith2013-05-031-1/+10
* Some builtins do not evaluate their arguments. Teach EvaluatedExprVisitor notRichard Smith2013-01-171-2/+7
* Add -Wunsequenced (with compatibility alias -Wsequence-point) to warn onRichard Smith2013-01-171-0/+3
* Simplify typeid 'potentially evaluated' check.Richard Smith2012-12-271-7/+2
* Sort #include lines for all files under include/...Chandler Carruth2012-12-041-1/+1
* Ongoing documentation cleanup: fixed Doxygen markup errors, added \briefJames Dennett2012-06-151-1/+1
* t/clang/expr-traitsJohn Wiegley2011-04-251-0/+1
* Add support for the OpenCL vec_step operator, by generalising andPeter Collingbourne2011-03-111-1/+1
* Check for NULL child expressions before visiting them, as the firstChandler Carruth2011-02-181-1/+2
* Give some convenient idiomatic accessors to Stmt::child_range andJohn McCall2011-02-131-2/+1
* Teach the EvaluatedExprVisitor and its client, which marksDouglas Gregor2010-09-111-0/+8
* Add a completely unnecessary "template" keyword to appease GCCDouglas Gregor2010-09-111-1/+1
* When parsing default function arguments, do not mark any declarationsDouglas Gregor2010-09-111-0/+74