[libcxx-commits] [PATCH] D139545: [libc++][CI] Improves clang-tidy selection.

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Dec 13 09:02:24 PST 2022


ldionne added inline comments.


================
Comment at: libcxx/test/configs/cmake-bridge.cfg.in:33
 config.substitutions.append(('%{executor}', '@LIBCXX_EXECUTOR@'))
+config.substitutions.append(('%{clang-tidy}', shlex.quote('@LIBCXX_TEST_CLANG_TIDY@')))
----------------
I would like to keep this to the smallest set of substitutions that we need to make the test suite work, so I am not sure about this approach. I'll need to take another look at this when I have more time.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D139545/new/

https://reviews.llvm.org/D139545



More information about the libcxx-commits mailing list