[PATCH] D74299: [clang-tidy] extend tests of run-clang-tidy
Alexander Lanin via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 19 14:24:07 PDT 2020
AlexanderLanin added a comment.
I cannot reproduce the problem and there is just not enough info to go on.
Is there any way to get anything in addition? e.g. run the same test with `-vv` or add some additional print commands?
Maybe it's some access rights problem, or different version of some non obvious dependency or something like that.
Maybe it's as trivial as having to use double quotes for `-checks='-*,bugprone-sizeof-container,modernize-use-auto'`.
It seems run-clang-tidy exits with code 2, but there is no way it would do that. So I'm totally lost.
http://lab.llvm.org:8011/#/builders/109/builds/690/steps/6/logs/FAIL__Clang_Tools__run-clang-tidy_export-diagnosti
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74299/new/
https://reviews.llvm.org/D74299
More information about the cfe-commits
mailing list