[clang-tools-extra] [clang-tidy] New bugprone-method-hiding check (PR #154746)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 21 05:42:16 PDT 2025


================
@@ -4,6 +4,9 @@
 // See https://llvm.org/LICENSE.txt for license information.
 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 //
+// SPDX-FileCopyrightText: Portions Copyright 2025 Siemens and/or its affiliates
+// May 2025 modified by Siemens and/or its affiliates by Tom James
----------------
AaronBallman wrote:

We can't add extra copyright text to the files (https://llvm.org/docs/DeveloperPolicy.html#embedded-copyright-or-contributed-by-statements), so this will have to be removed.

https://github.com/llvm/llvm-project/pull/154746


More information about the cfe-commits mailing list