[libcxx-commits] [PATCH] D131963: [libc++] Add custom clang-tidy checks
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Nov 24 09:54:54 PST 2022
ldionne added a comment.
Herald added a reviewer: njames93.
Let's make those checks optional until we can figure out the packaging stuff, and land this (with green CI). This is going to become way too stale otherwise.
================
Comment at: clang/cmake/modules/ClangConfigVersion.cmake.in:1
+set(PACKAGE_VERSION "@PACKAGE_VERSION@")
+
----------------
This has been added in `main` now.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131963/new/
https://reviews.llvm.org/D131963
More information about the libcxx-commits
mailing list