Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
88b6c4b367e40ae324552184319e8c058feb4318
/
test
/
SemaCXX
/
constant-expression.cpp
e3b136b
Change the wording of the extension warning from
by Dmitri Gribenko
· 12 years ago
5912597
Fix test so it works the same way on 32-bit and 64-bit.
by Eli Friedman
· 12 years ago
26dc97c
Don't treat overflow in floating-point conversions as a hard error in constant evaluation. <rdar://problem/11874571>.
by Eli Friedman
· 12 years ago
1de9d7d
Fix a crash-on-invalid where the constant evaluator would try to
by John McCall
· 13 years ago
244ee7b
Pedantic diagnostic correction: in C++, we have integral constant expressions,
by Richard Smith
· 13 years ago
099e7f6
constexpr handling improvements. Produce detailed diagnostics when a 'constexpr'
by Richard Smith
· 13 years ago
2116b14
PR11604: don't allow floating-literal-to-integer casts in ICEs if the (truncated)
by Richard Smith
· 13 years ago
db1822c
Fix a cluster of related issues involving value-dependence and constant
by Richard Smith
· 13 years ago
1e12c59
Split apart the state accumulated during constant expression evaluation and the
by Richard Smith
· 13 years ago
0fb9708
If a switch condition is constant, don't warn about missing enum cases.
by John McCall
· 15 years ago
af68d4e
Fix a few cases where enum constant handling was using
by Douglas Gregor
· 15 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
1590d9c
Add a big test case for I-C-Es in C++, and a fix to make it work. The fix might not be the right way to do it.
by Sebastian Redl
· 15 years ago