[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
Sun Jul 7 03:37:04 PDT 2024


================
@@ -0,0 +1,43 @@
+// RUN: %clang_cc1 -ast-dump -fblocks %s | FileCheck -strict-whitespace %s
----------------
samolisov wrote:

@vitalybuka Thank you for the suggestion. I've regenerated the test using the tool and cut the dump to make it a bit shorter.

https://github.com/llvm/llvm-project/pull/97164


More information about the cfe-commits mailing list