[clang-tools-extra] 50eff37 - [clang-tidy][NFC] Fix issue in test related to non exist folder
    Piotr Zegar via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Thu Jul 27 12:48:09 PDT 2023
    
    
  
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.
        
    
    
More information about the cfe-commits
mailing list