aboutsummaryrefslogtreecommitdiff
path: root/include/clang/AST/EvaluatedExprVisitor.h
AgeCommit message (Expand)Author
2013-01-17Some builtins do not evaluate their arguments. Teach EvaluatedExprVisitor notRichard Smith
2013-01-17Add -Wunsequenced (with compatibility alias -Wsequence-point) to warn onRichard Smith
2012-12-27Simplify typeid 'potentially evaluated' check.Richard Smith
2012-12-04Sort #include lines for all files under include/...Chandler Carruth
2012-06-15Ongoing documentation cleanup: fixed Doxygen markup errors, added \briefJames Dennett
2011-04-25t/clang/expr-traitsJohn Wiegley
2011-03-11Add support for the OpenCL vec_step operator, by generalising andPeter Collingbourne
2011-02-18Check for NULL child expressions before visiting them, as the firstChandler Carruth
2011-02-13Give some convenient idiomatic accessors to Stmt::child_range andJohn McCall
2010-09-11Teach the EvaluatedExprVisitor and its client, which marksDouglas Gregor
2010-09-11Add a completely unnecessary "template" keyword to appease GCCDouglas Gregor
2010-09-11When parsing default function arguments, do not mark any declarationsDouglas Gregor