[libcxx-commits] [libcxx] [libcxx][test] Add msvc-no-unique-address feature, used by tests (PR #67849)
via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Oct 3 12:01:02 PDT 2023
================
@@ -279,6 +279,15 @@ def _getSuitableClangTidy(cfg):
Feature(name="msvc", when=_isMSVC),
Feature(name=lambda cfg: "msvc-{}".format(*_msvcVersion(cfg)), when=_isMSVC),
Feature(name=lambda cfg: "msvc-{}.{}".format(*_msvcVersion(cfg)), when=_isMSVC),
+ Feature(
----------------
philnik777 wrote:
This seems way too complex to just say "This works in CLang 18 and later".
https://github.com/llvm/llvm-project/pull/67849
More information about the libcxx-commits
mailing list