[clang] 75aca24 - [clang] Fix reference to file that was moved.

Adrian Kuegel via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 8 03:27:03 PST 2022


Author: Adrian Kuegel
Date: 2022-03-08T12:26:02+01:00
New Revision: 75aca24d2f49a646df5a443c55bc020450fe04a7

URL: https://github.com/llvm/llvm-project/commit/75aca24d2f49a646df5a443c55bc020450fe04a7
DIFF: https://github.com/llvm/llvm-project/commit/75aca24d2f49a646df5a443c55bc020450fe04a7.diff

LOG: [clang] Fix reference to file that was moved.

Added: 
    

Modified: 
    clang/docs/tools/clang-formatted-files.txt

Removed: 
    


################################################################################
diff  --git a/clang/docs/tools/clang-formatted-files.txt b/clang/docs/tools/clang-formatted-files.txt
index ec18d87cca0e0..e0ce9b1c29228 100644
--- a/clang/docs/tools/clang-formatted-files.txt
+++ b/clang/docs/tools/clang-formatted-files.txt
@@ -7541,7 +7541,7 @@ mlir/examples/toy/Ch7/mlir/ToyCombine.cpp
 mlir/include/mlir/InitAllDialects.h
 mlir/include/mlir/InitAllPasses.h
 mlir/include/mlir/InitAllTranslations.h
-mlir/include/mlir/Parser.h
+mlir/include/mlir/Parser/Parser.h
 mlir/include/mlir/Translation.h
 mlir/include/mlir/Analysis/BufferViewFlowAnalysis.h
 mlir/include/mlir/Analysis/DataFlowAnalysis.h


        


More information about the cfe-commits mailing list