[libcxx-commits] [PATCH] D141241: [libc++] Add clang-tidy to the list of possible substitutions for %{clang-tidy}
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jan 9 08:36:11 PST 2023
philnik added inline comments.
================
Comment at: libcxx/utils/libcxx/test/features.py:163
when=lambda cfg: runScriptExitCode(cfg, ['clang-query-15 --version']) == 0,
actions=[AddSubstitution('%{clang-query}', 'clang-query-15')]),
----------------
Mordante wrote:
> Can you do a similar change for `clang-query` in this patch?
I haven't updated clang-query because I plan to move the checks to clang-tidy soon anyways, so I don't think it makes a lot of sense when it's removed in a few weeks anyways.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141241/new/
https://reviews.llvm.org/D141241
More information about the libcxx-commits
mailing list