Author: Timm Baeder Date: 2025-02-17T07:02:54+01:00 New Revision: f1627e1a9e2482106ba2ea3bcd22ecaff257950d
URL: https://github.com/llvm/llvm-project/commit/f1627e1a9e2482106ba2ea3bcd22ecaff257950d DIFF: https://github.com/llvm/llvm-project/commit/f1627e1a9e2482106ba2ea3bcd22ecaff257950d.diff LOG: [clang][bytecode][NFC] Move reduced libcxx tests to a subdir (#127438) Added: clang/test/AST/ByteCode/libcxx/allocate-arrays.cpp clang/test/AST/ByteCode/libcxx/non-const-local-temporary.cpp Modified: Removed: clang/test/AST/ByteCode/allocate-arrays.cpp clang/test/AST/ByteCode/non-const-local-temporary.cpp ################################################################################ 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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits