================ @@ -0,0 +1,34 @@ +// RUN: %clang_cc1 -std=c++20 -fsyntax-only -ast-dump %s | FileCheck %s + +// Ensure volatile is preserved during derived-to-base conversion. ---------------- AaronBallman wrote:
I think we should add more test coverage. 1) `const`, 2) `const volatile`, 3) `address_space`, 4) `_Atomic` 5) maybe pointer authentication? restrict? https://github.com/llvm/llvm-project/pull/127824 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits