[libcxx-commits] [PATCH] D141241: [libc++] Add clang-tidy to the list of possible substitutions for %{clang-tidy}
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jan 9 08:32:45 PST 2023
Mordante added a comment.
Thanks for working on this! I hadn't gotten around this myself.
================
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')]),
----------------
Can you do a similar change for `clang-query` in this patch?
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