[clang] [clang][bytecode][NFC] Move reduced libcxx tests to a subdir (PR #127438)

via cfe-commits cfe-commits at lists.llvm.org
Sun Feb 16 21:37:02 PST 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-clang

Author: Timm Baeder (tbaederr)

<details>
<summary>Changes</summary>



---
Full diff: https://github.com/llvm/llvm-project/pull/127438.diff


2 Files Affected:

- (renamed) clang/test/AST/ByteCode/libcxx/allocate-arrays.cpp () 
- (renamed) clang/test/AST/ByteCode/libcxx/non-const-local-temporary.cpp () 


``````````diff
diff --git a/clang/test/AST/ByteCode/allocate-arrays.cpp b/clang/test/AST/ByteCode/libcxx/allocate-arrays.cpp
similarity index 100%
rename from clang/test/AST/ByteCode/allocate-arrays.cpp
rename to clang/test/AST/ByteCode/libcxx/allocate-arrays.cpp
diff --git a/clang/test/AST/ByteCode/non-const-local-temporary.cpp b/clang/test/AST/ByteCode/libcxx/non-const-local-temporary.cpp
similarity index 100%
rename from clang/test/AST/ByteCode/non-const-local-temporary.cpp
rename to clang/test/AST/ByteCode/libcxx/non-const-local-temporary.cpp

``````````

</details>


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


More information about the cfe-commits mailing list