[clang] [clang-tools-extra] [Clang][Sema]Report error for non-base types in constructor initializers before causing issue in initializer order (PR #201379)
Corentin Jabot via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 23 06:29:18 PDT 2026
================
@@ -647,7 +647,7 @@ namespace gh192510 {
};
template<typename T>
- class X: public Base {
+ class X: public Base, private C<T> {
----------------
cor3ntin wrote:
Why did you modify this test?
https://github.com/llvm/llvm-project/pull/201379
More information about the cfe-commits
mailing list