[libcxx-commits] [clang] [libcxx] [llvm] Add unnecessary-virtual-specifier to -Wextra (PR #138741)
via libcxx-commits
libcxx-commits at lists.llvm.org
Wed May 7 05:00:03 PDT 2025
================
@@ -16,6 +16,7 @@ _LIBCPP_CLANG_DIAGNOSTIC_IGNORED("-Wtautological-constant-out-of-range-compare")
_LIBCPP_BEGIN_NAMESPACE_STD
namespace {
+// Whitespace change DO NOT MERGE
----------------
Sirraide wrote:
> This should probably work. To make sure you can make a simple change in the libcxx/ subdirectory to trigger the libc++ pre-commit CI (which should of course be removed again before actually committing).
Ah, I see
https://github.com/llvm/llvm-project/pull/138741
More information about the libcxx-commits
mailing list