Author: Timm Bäder Date: 2023-07-28T10:12:36+02:00 New Revision: 1195bd48e017bb0f8237dec017e88d23d13ac2a9
URL: https://github.com/llvm/llvm-project/commit/1195bd48e017bb0f8237dec017e88d23d13ac2a9 DIFF: https://github.com/llvm/llvm-project/commit/1195bd48e017bb0f8237dec017e88d23d13ac2a9.diff LOG: [clang][Interp][NFC] Rename a test file to be more correct This code is invalid, not unsupported. Added: clang/test/AST/Interp/invalid.cpp Modified: Removed: clang/test/AST/Interp/unsupported.cpp ################################################################################ diff --git a/clang/test/AST/Interp/unsupported.cpp b/clang/test/AST/Interp/invalid.cpp similarity index 100% rename from clang/test/AST/Interp/unsupported.cpp rename to clang/test/AST/Interp/invalid.cpp _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits