llvm-project/cross-project-tests/debuginfo-tests/clang_llvm_roundtrip
Shafik Yaghmour b364535304 [Clang] Diagnose ill-formed constant expression when setting a non fixed enum to a value outside the range of the enumeration values
DR2338 clarified that it was undefined behavior to set the value outside the
range of the enumerations values for an enum without a fixed underlying type.

We should diagnose this with a constant expression context.

Differential Revision: https://reviews.llvm.org/D130058
2022-07-28 15:27:50 -07:00
..
lit.local.cfg Migrate the roundtrip tests to work similar to the llgdb tests 2021-10-28 18:38:05 -07:00
simplified_template_names.cpp [Clang] Diagnose ill-formed constant expression when setting a non fixed enum to a value outside the range of the enumeration values 2022-07-28 15:27:50 -07:00
simplified_template_names_noncanonical_type_units.cpp DebugInfo: Don't simplify any template referencing a lambda 2022-02-10 14:56:54 -08:00