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
/
ExprConstant.cpp
Age
Commit message (
Expand
)
Author
2011-12-21
constexpr: diagnostic improvements for invalid lvalue-to-rvalue conversions in
Richard Smith
2011-12-19
Evaluation support for ExprWithCleanups. We won't evaluate any expression which
Richard Smith
2011-12-19
Improve r146813 (for PR11595) to give an appropriate diagnostic.
Richard Smith
2011-12-19
constexpr handling improvements. Produce detailed diagnostics when a 'constexpr'
Richard Smith
2011-12-18
PR11604: don't allow floating-literal-to-integer casts in ICEs if the (trunca...
Richard Smith
2011-12-17
Add a missing check before trying to evaluate a temporary. PR11595.
Eli Friedman
2011-12-16
C++11 constexpr: Add note stacks containing backtraces if constant evaluation
Richard Smith
2011-12-13
Add checks and diagnostics for many of the cases which C++11 considers to not
Richard Smith
2011-12-12
Clean up diagnostic wording for disallowed casts in C++11 constant expressions.
Richard Smith
2011-12-12
Implement C++11 constant expression cast restrictions.
Richard Smith
2011-12-12
Fix some not-yet-used diagnostic code in a template, which gcc spotted and clang
Richard Smith
2011-12-12
Prepare constant expression infrastructure for the generation of richer
Richard Smith
2011-12-10
Add a fast path to the constant evaluator for integer literals. This speeds up
Richard Smith
2011-12-09
C++11 constant expressions: Don't use CheckICE in C++11; instead, determine
Richard Smith
2011-12-09
In ExprEvaluatorBase::VisitOpaqueValueExpr() add a sanity check to avoid
Argyrios Kyrtzidis
2011-12-09
Replace the implementation of __builtin_constant_p (which was based on the GCC
Richard Smith
2011-12-07
When folding the size of a global scope VLA to a constant, require the array
Richard Smith
2011-12-06
Move vector bitcast handling in constant expressions from the expression
Richard Smith
2011-12-05
Make isWeakDecl available as a method on ValueDecl.
Lang Hames
2011-11-21
Add driver arguments -ftemplate-depth=N and -fconstexpr-depth=N, with the same
Richard Smith
2011-11-17
Constant expression evaluation: add support for evaluation of member pointers
Richard Smith
2011-11-16
PR11391: Don't try to evaluate the LHS of a _Complex assignment as an rvalue.
Richard Smith
2011-11-16
Fix PR11385: A pointer constant expression which has been cast via an integer is
Richard Smith
2011-11-12
Represent an APValue based on a Decl as that Decl, rather than a DeclRefExpr
Richard Smith
2011-11-11
Constant expression evalation: const_cast support.
Richard Smith
2011-11-11
Reduce the constexpr stack pressure somewhat. Hopefully this will be enough to
Richard Smith
2011-11-11
Constant expression evaluation: support for constexpr member functions. This
Richard Smith
2011-11-10
Revert r144273. It causes clang self-host build failure.
Devang Patel
2011-11-10
Constant expression evaluation: support for constexpr member functions.
Richard Smith
2011-11-10
Constant expression evaluation: support for evaluation of structs and unions of
Richard Smith
2011-11-10
Temporary fix for a performance problem Eli spotted. The APValue representation
Richard Smith
2011-11-09
Constant expression evaluation: support for default arguments.
Richard Smith
2011-11-08
Fix a cluster of related issues involving value-dependence and constant
Richard Smith
2011-11-07
Constant expression evaluation: support for arrays.
Richard Smith
2011-11-07
Rip out CK_GetObjCProperty.
John McCall
2011-11-07
Constant expression evaluation: preserve subobject designator when flattening a
Richard Smith
2011-11-07
Allow constexpr variables' initializers to be folded in C++11 mode. This
Richard Smith
2011-11-06
Change the AST representation of operations on Objective-C
John McCall
2011-11-04
Remove unused variables.
Benjamin Kramer
2011-11-04
Constant expression evaluation: refactor to start the groundwork for coping with
Richard Smith
2011-11-04
Constant expression evaluation: track the manner in which an lvalue was written,
Richard Smith
2011-11-04
Constant expression evaluation: although we don't know whether a literal will
Richard Smith
2011-11-01
When constant-folding, don't look at the initializer of a global const variable
Richard Smith
2011-11-01
Temporarily disable lvalue-to-rvalue conversions on const pointers while an
Richard Smith
2011-11-01
Implement C++11 'constexpr calls must return constant expressions' rule, and
Richard Smith
2011-10-31
Some minor comment changes in constant-folding comparisons.
Eli Friedman
2011-10-31
Don't try to fold comparisons between the address of an object and an arbitra...
Eli Friedman
2011-10-31
Refactoring and test for r143360. Support for array rvalue to pointer decay is
Richard Smith
2011-10-31
Temporary fix for assert while evaluating array-to-pointer decay on array
Richard Smith
2011-10-31
C++11 generalized constant expression handling: evaluation support for
Richard Smith
[next]