[clang] [clang][Sema] Propagate `volatile` during derived-to-base conversion (PR #127824)
Antonio Frighetto via cfe-commits
cfe-commits at lists.llvm.org
Sat Feb 22 07:29:50 PST 2025
================
@@ -0,0 +1,23 @@
+// RUN: %clang_cc1 -std=c++20 -fsyntax-only -ast-dump %s | FileCheck %s
----------------
antoniofrighetto wrote:
Added a test in CodeGen too, thanks!
https://github.com/llvm/llvm-project/pull/127824
More information about the cfe-commits
mailing list