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
/
test
/
SemaCXX
/
constant-expression.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
PR31701: Fix crash on invalid caused by parsing a dependent initializer when we
Richard Smith
2017-01-20
1
-0
/
+11
*
Don't assert if evaluation of an expression that we're syntactically required
Richard Smith
2015-12-04
1
-0
/
+2
*
[Sema] Fix assertion hit while trying to do constant evaluation for a depende...
Argyrios Kyrtzidis
2014-02-15
1
-0
/
+8
*
PR18283: If a const variable of integral or enumeration type is
Richard Smith
2014-01-25
1
-0
/
+9
*
Change the wording of the extension warning from
Dmitri Gribenko
2012-09-24
1
-1
/
+1
*
Fix test so it works the same way on 32-bit and 64-bit.
Eli Friedman
2012-07-18
1
-1
/
+1
*
Don't treat overflow in floating-point conversions as a hard error in constan...
Eli Friedman
2012-07-17
1
-1
/
+1
*
Fix a crash-on-invalid where the constant evaluator would try to
John McCall
2012-04-26
1
-0
/
+7
*
Pedantic diagnostic correction: in C++, we have integral constant expressions,
Richard Smith
2012-01-15
1
-4
/
+4
*
constexpr handling improvements. Produce detailed diagnostics when a 'constexpr'
Richard Smith
2011-12-19
1
-2
/
+11
*
PR11604: don't allow floating-literal-to-integer casts in ICEs if the (trunca...
Richard Smith
2011-12-18
1
-0
/
+6
*
Fix a cluster of related issues involving value-dependence and constant
Richard Smith
2011-11-08
1
-0
/
+7
*
Split apart the state accumulated during constant expression evaluation and the
Richard Smith
2011-10-16
1
-0
/
+10
*
If a switch condition is constant, don't warn about missing enum cases.
John McCall
2010-05-18
1
-2
/
+2
*
Fix a few cases where enum constant handling was using
Douglas Gregor
2010-04-15
1
-3
/
+7
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Add a big test case for I-C-Es in C++, and a fix to make it work. The fix mig...
Sebastian Redl
2009-05-27
1
-0
/
+83