[clang] df00a99 - Fix typo in file name; NFC
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 24 12:41:51 PST 2022
Author: Aaron Ballman
Date: 2022-02-24T15:41:25-05:00
New Revision: df00a995f98e6c30b655757287e896e8a202c3ab
URL: https://github.com/llvm/llvm-project/commit/df00a995f98e6c30b655757287e896e8a202c3ab
DIFF: https://github.com/llvm/llvm-project/commit/df00a995f98e6c30b655757287e896e8a202c3ab.diff
LOG: Fix typo in file name; NFC
Added:
clang/test/CodeGen/block-with-predefinedexpr.c
Modified:
Removed:
clang/test/CodeGen/block-with-perdefinedexpr.c
################################################################################
diff --git a/clang/test/CodeGen/block-with-perdefinedexpr.c b/clang/test/CodeGen/block-with-predefinedexpr.c
similarity index 100%
rename from clang/test/CodeGen/block-with-perdefinedexpr.c
rename to clang/test/CodeGen/block-with-predefinedexpr.c
More information about the cfe-commits
mailing list