[clang] [Clang][Sema] Add a test for move ctor calling for a base class. NFC (PR #97164)
Pavel Samolysov via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 1 19:33:45 PDT 2024
================
@@ -0,0 +1,43 @@
+// RUN: %clang_cc1 -ast-dump -fblocks %s | FileCheck -strict-whitespace %s
----------------
samolisov wrote:
Unfortunately, I have no idea how to generate tests for clang. This test has been manually written.
https://github.com/llvm/llvm-project/pull/97164
More information about the cfe-commits
mailing list