[libcxx-commits] [PATCH] D120087: [libc++] Check clang-tidy version
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Mar 2 08:17:53 PST 2022
ldionne accepted this revision.
ldionne added inline comments.
This revision is now accepted and ready to land.
================
Comment at: libcxx/utils/libcxx/test/dsl.py:205
+ at _memoizeExpensiveOperation(lambda c, s: (c.substitutions, c.environment, s))
+def commandOutput(config, command):
+ with _makeConfigTest(config) as test:
----------------
Please add a suitable docstring, like all the other functions around it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120087/new/
https://reviews.llvm.org/D120087
More information about the libcxx-commits
mailing list