index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
AST
/
ExprClassification.cpp
Age
Commit message (
Expand
)
Author
2010-10-14
Eliminate usage of ObjCSuperExpr used for
Fariborz Jahanian
2010-09-15
Fix classification of statement expressions.
Douglas Gregor
2010-09-14
RHS of property expression assignment requires
Fariborz Jahanian
2010-09-14
Eliminate the default case in the expression-classification code, so
Douglas Gregor
2010-09-09
property reference expression used on lhs of assignment
Fariborz Jahanian
2010-08-27
Propagate whether an id-expression is the immediate argument of
John McCall
2010-08-25
GCC didn't care for my attempt at API compatibility, so brute-force everything
John McCall
2010-08-25
More incremental progress towards not including Expr.h in Sema.h.
John McCall
2010-07-20
Update ImplicitCastExpr to be able to represent an XValue.
Sebastian Redl
2010-07-08
Reinstate the fix for PR7556. A silly use of isTrivial() was
Douglas Gregor
2010-07-07
Revert r107828 and r107827, the fix for PR7556, which seems to be
Douglas Gregor
2010-07-07
Rename CXXZeroInitValueExpr to CXXScalarValueInitExpr, to reflect its
Douglas Gregor
2010-06-29
Prefer llvm_unreachable(...) to assert(false && ...). This is important as
Chandler Carruth
2010-06-28
Introduce Expr::Classify and Expr::ClassifyModifiable, which determine the cl...
Sebastian Redl