Skip to content

Commit 7f42c40

Browse files
committed
Fix doc on how to run clang-tidy on MLIR codebase (NFC)
1 parent b788e35 commit 7f42c40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mlir/utils/clang-tidy/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ the root of the repo:
1212
{ time \
1313
CLANG_TIDY=build-clang/bin/clang-tidy \
1414
TIMING_TIDY=time \
15-
./mlir/utils/apply-clang-tidy.sh build mlir ~/clang-tidy-fails/
16-
; } 2>&1 | tee ~/clang-tidy.log
15+
./mlir/utils/clang-tidy/apply-clang-tidy.sh build mlir ~/clang-tidy-fails/
16+
} 2>&1 | tee ~/clang-tidy.log
1717
```
1818

1919
- `build-clang/` contains the result of a build of clang-tidy, configured

0 commit comments

Comments
 (0)