[clang] [llvm] Add unnecessary-virtual-specifier to -Wextra (PR #138741)

2025-05-06 Thread Nikolas Klauser via cfe-commits
philnik777 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). https://github.com/llvm/llvm-project/pull/138741 __

[clang] [llvm] Add unnecessary-virtual-specifier to -Wextra (PR #138741)

2025-05-06 Thread Devon Loehr via cfe-commits
DKLoehr wrote: @zmodem @AaronBallman @Sirraide -- reviewers from previous attempt @philnik777 -- do you think this PR will work with libc++? https://github.com/llvm/llvm-project/pull/138741 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https

[clang] [llvm] Add unnecessary-virtual-specifier to -Wextra (PR #138741)

2025-05-06 Thread Devon Loehr via cfe-commits
https://github.com/DKLoehr updated https://github.com/llvm/llvm-project/pull/138741 >From 3fa5eff5f2647185652afd3fc831fe3b11fb Mon Sep 17 00:00:00 2001 From: Devon Loehr Date: Tue, 6 May 2025 17:28:48 + Subject: [PATCH] Add unnecessary-virtual-specifier to -Wextra --- clang/docs/Relea