1
0
Fork 0

fix doc links

This commit is contained in:
Mikhail Goncharov 2020-01-23 14:16:42 +01:00
parent 429c70ddc9
commit c28326f797

View file

@ -1,14 +1,14 @@
# clang-tidy checks
## warning is not useful
## Warning is not useful
If you found that a warning produced by clang-tidy is not useful:
- If clang-tidy must not run for some files at all (e.g. lit test), please
[add files to blacklist](scripts/clang-tidy.ignore).
[add files to blacklist](../scripts/clang-tidy.ignore).
- Consider fixing or [suppressing diagnostic](https://clang.llvm.org/extra/clang-tidy/#suppressing-undesired-diagnostics)
if there is a good reason.
- [File a bug](issues/new?assignees=&labels=bug&template=bug_report.md&title=)
- [File a bug](https://github.com/google/llvm-premerge-checks/issues/new?assignees=&labels=bug&template=bug_report.md&title=)
if build process should be improved.
- If you believe that you found a clang-tidy bug then please keep in mind that clang-tidy version run by bot
@ -22,7 +22,7 @@ specifically whitelisted for comments.
That is done to avoid potential noise when a file already contains a number of warnings.
If your are confident that some files are in good shape already, please
[whitelist them](scripts/clang-tidy-comments.ignore).
[whitelist them](..scripts/clang-tidy-comments.ignore).
----