[clang] [Clang][Sema] Add a test for move ctor calling for a base class. NFC (PR #97164)
Vitaly Buka via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 1 18:59:09 PDT 2024
================
@@ -0,0 +1,43 @@
+// RUN: %clang_cc1 -ast-dump -fblocks %s | FileCheck -strict-whitespace %s
----------------
vitalybuka wrote:
can this test be autogenerated?
https://github.com/llvm/llvm-project/pull/97164
More information about the cfe-commits
mailing list