1
0
Fork 0
llvm-premerge-checks/scripts
Mikhail Goncharov 276978ff1f Ignore selected paths for clang-format and clang-tidy
Now clang-format report will skip files matching `clang-format.ignore`.
For now it's empty.

clang-tidy will not receive diffs for `clang-tidy.ignore` (it still can
produce warnings for these files).
In addition build bot will not will not post comments for files
that are matched by `clang-tidy-comments.ignore`. Now project/file should
be whitelisted to receive inline comments from clang-tidy.

Added all /test directories to `clang-tidy.ignore`.

Other alternatives considered:

- using 'compile_commands.json': does not contain header files.
- specifying -regex option to 'clang-tidy-diff': probably not the best
  experience of providing multiple rules and maintaining a single regex.
2020-01-22 19:05:36 +01:00
..
phabtalk Ignore selected paths for clang-format and clang-tidy 2020-01-22 19:05:36 +01:00
benchmark.ps1 using ${PSScriptRoot} 2019-11-27 15:45:11 +00:00
clang-format.ignore Ignore selected paths for clang-format and clang-tidy 2020-01-22 19:05:36 +01:00
clang-tidy-comments.ignore Ignore selected paths for clang-format and clang-tidy 2020-01-22 19:05:36 +01:00
clang-tidy.ignore Ignore selected paths for clang-format and clang-tidy 2020-01-22 19:05:36 +01:00
common.ps1 fixed more windows weirdness 2019-12-16 10:09:47 +00:00
ignore_diff.py Ignore selected paths for clang-format and clang-tidy 2020-01-22 19:05:36 +01:00
lint.sh Ignore selected paths for clang-format and clang-tidy 2020-01-22 19:05:36 +01:00
run_buildkite.ps1 using ${PSScriptRoot} 2019-11-27 15:45:11 +00:00
run_buildkite.sh setting targetdir 2020-01-17 10:25:24 +01:00
run_cmake.ps1 fixed more windows weirdness 2019-12-16 10:09:47 +00:00
run_cmake.sh Add mlir to the premerge tests 2019-12-26 17:25:25 +00:00
run_ninja.ps1 changed error action 2020-01-17 15:56:23 +01:00
run_ninja.sh Refactor Phabricator report construction 2019-12-11 14:36:20 +01:00
windows_agent_bootstrap.ps1 Updated boot strapping of windows agents 2020-01-22 17:02:05 +01:00
windows_agent_start.ps1 Updated boot strapping of windows agents 2020-01-22 17:02:05 +01:00