[clang] [clang] Add clang::debug_info_type attribute for bitfields (PR #69104)

Vlad Serebrennikov via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 19 02:41:30 PDT 2023


================
@@ -0,0 +1,14 @@
+// RUN: %clang -target x86_64-linux -g -S -emit-llvm -o - %s | FileCheck %s
+// RUN: %clang_cc1 -verify -DMISMATCH %s
----------------
Endilll wrote:

Tests are split now. `const` case is now checked and working as expected (qualifiers are ignored).

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


More information about the cfe-commits mailing list