summaryrefslogtreecommitdiff
path: root/include/clang/AST/EvaluatedExprVisitor.h
Commit message (Expand)AuthorAge
* Make IgnoreParens() look through ChooseExprs.Eli Friedman2013-07-20
* PR15906: The body of a lambda is not an evaluated subexpression; don't visit ...Richard Smith2013-05-03
* Some builtins do not evaluate their arguments. Teach EvaluatedExprVisitor notRichard Smith2013-01-17
* Add -Wunsequenced (with compatibility alias -Wsequence-point) to warn onRichard Smith2013-01-17
* Simplify typeid 'potentially evaluated' check.Richard Smith2012-12-27
* Sort #include lines for all files under include/...Chandler Carruth2012-12-04
* Ongoing documentation cleanup: fixed Doxygen markup errors, added \briefJames Dennett2012-06-15
* t/clang/expr-traitsJohn Wiegley2011-04-25
* Add support for the OpenCL vec_step operator, by generalising andPeter Collingbourne2011-03-11
* Check for NULL child expressions before visiting them, as the firstChandler Carruth2011-02-18
* Give some convenient idiomatic accessors to Stmt::child_range andJohn McCall2011-02-13
* Teach the EvaluatedExprVisitor and its client, which marksDouglas Gregor2010-09-11
* Add a completely unnecessary "template" keyword to appease GCCDouglas Gregor2010-09-11
* When parsing default function arguments, do not mark any declarationsDouglas Gregor2010-09-11