[clang] [clang][Sema] Propagate `volatile` during derived-to-base conversion (PR #127824)
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 20 06:08:41 PST 2025
================
@@ -0,0 +1,23 @@
+// RUN: %clang_cc1 -std=c++20 -fsyntax-only -ast-dump %s | FileCheck %s
----------------
AaronBallman wrote:
Should we also have a CodeGen test showing that we do a `store/load volatile`?
https://github.com/llvm/llvm-project/pull/127824
More information about the cfe-commits
mailing list