[clang] 1195bd4 - [clang][Interp][NFC] Rename a test file to be more correct
Timm Bäder via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 28 01:13:02 PDT 2023
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
More information about the cfe-commits
mailing list