index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
AST
/
ExprClassification.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix classification of statement expressions.
Douglas Gregor
2010-09-15
1
-1
/
+1
*
RHS of property expression assignment requires
Fariborz Jahanian
2010-09-14
1
-1
/
+2
*
Eliminate the default case in the expression-classification code, so
Douglas Gregor
2010-09-14
1
-7
/
+65
*
property reference expression used on lhs of assignment
Fariborz Jahanian
2010-09-09
1
-1
/
+2
*
Propagate whether an id-expression is the immediate argument of
John McCall
2010-08-27
1
-0
/
+4
*
GCC didn't care for my attempt at API compatibility, so brute-force everything
John McCall
2010-08-25
1
-9
/
+9
*
More incremental progress towards not including Expr.h in Sema.h.
John McCall
2010-08-25
1
-4
/
+4
*
Update ImplicitCastExpr to be able to represent an XValue.
Sebastian Redl
2010-07-20
1
-3
/
+9
*
Reinstate the fix for PR7556. A silly use of isTrivial() was
Douglas Gregor
2010-07-08
1
-1
/
+1
*
Revert r107828 and r107827, the fix for PR7556, which seems to be
Douglas Gregor
2010-07-07
1
-1
/
+1
*
Rename CXXZeroInitValueExpr to CXXScalarValueInitExpr, to reflect its
Douglas Gregor
2010-07-07
1
-1
/
+1
*
Prefer llvm_unreachable(...) to assert(false && ...). This is important as
Chandler Carruth
2010-06-29
1
-5
/
+6
*
Introduce Expr::Classify and Expr::ClassifyModifiable, which determine the cl...
Sebastian Redl
2010-06-28
1
-0
/
+470