Author: Piotr Zegar
Date: 2023-07-27T19:47:05Z
New Revision: 50eff374855a68cd7ccf3c62945afc1575516d88
URL: 
https://github.com/llvm/llvm-project/commit/50eff374855a68cd7ccf3c62945afc1575516d88
DIFF: 
https://github.com/llvm/llvm-project/commit/50eff374855a68cd7ccf3c62945afc1575516d88.diff

LOG: [clang-tidy][NFC] Fix issue in test related to non exist folder

Looks like directory Inputs/config-files/2 does not
exist in git because it didnt had any files, this caused
some clang-tidy test to silently fail.

Added: 
    
clang-tools-extra/test/clang-tidy/infrastructure/Inputs/config-files/2/empty.txt

Modified: 
    

Removed: 
    


################################################################################
diff  --git 
a/clang-tools-extra/test/clang-tidy/infrastructure/Inputs/config-files/2/empty.txt
 
b/clang-tools-extra/test/clang-tidy/infrastructure/Inputs/config-files/2/empty.txt
new file mode 100644
index 00000000000000..5905395eff1cd2
--- /dev/null
+++ 
b/clang-tools-extra/test/clang-tidy/infrastructure/Inputs/config-files/2/empty.txt
@@ -0,0 +1 @@
+File create just to keep this folder in git.


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to