[clang] [Clang][ByteCode] Implement case ranges (PR #168418)

Timm Baeder via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 17 21:56:23 PST 2025


================
@@ -86,3 +86,71 @@ constexpr int another_test(int val) { // both-note {{declared here}}
 }
 static_assert(another_test(1) == 100, ""); // both-error {{static assertion failed}} \
                                            // both-note {{evaluates to}}
+
+namespace gnurange {
+constexpr int l(int n) {
----------------
tbaederr wrote:

Ident one leven in the namespace

https://github.com/llvm/llvm-project/pull/168418


More information about the cfe-commits mailing list