We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b788e35 commit 7f42c40Copy full SHA for 7f42c40
mlir/utils/clang-tidy/README.md
@@ -12,8 +12,8 @@ the root of the repo:
12
{ time \
13
CLANG_TIDY=build-clang/bin/clang-tidy \
14
TIMING_TIDY=time \
15
- ./mlir/utils/apply-clang-tidy.sh build mlir ~/clang-tidy-fails/
16
-; } 2>&1 | tee ~/clang-tidy.log
+ ./mlir/utils/clang-tidy/apply-clang-tidy.sh build mlir ~/clang-tidy-fails/
+} 2>&1 | tee ~/clang-tidy.log
17
```
18
19
- `build-clang/` contains the result of a build of clang-tidy, configured
0 commit comments