index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
AST
/
EvaluatedExprVisitor.h
Age
Commit message (
Expand
)
Author
2013-01-17
Some builtins do not evaluate their arguments. Teach EvaluatedExprVisitor not
Richard Smith
2013-01-17
Add -Wunsequenced (with compatibility alias -Wsequence-point) to warn on
Richard Smith
2012-12-27
Simplify typeid 'potentially evaluated' check.
Richard Smith
2012-12-04
Sort #include lines for all files under include/...
Chandler Carruth
2012-06-15
Ongoing documentation cleanup: fixed Doxygen markup errors, added \brief
James Dennett
2011-04-25
t/clang/expr-traits
John Wiegley
2011-03-11
Add support for the OpenCL vec_step operator, by generalising and
Peter Collingbourne
2011-02-18
Check for NULL child expressions before visiting them, as the first
Chandler Carruth
2011-02-13
Give some convenient idiomatic accessors to Stmt::child_range and
John McCall
2010-09-11
Teach the EvaluatedExprVisitor and its client, which marks
Douglas Gregor
2010-09-11
Add a completely unnecessary "template" keyword to appease GCC
Douglas Gregor
2010-09-11
When parsing default function arguments, do not mark any declarations
Douglas Gregor