[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 07:28:51 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:
> Is there anywhere I can put a Siemens copyright notice? I imagine it will be easier to keep legal happy if our copyright notice can go somewhere, even if it's not exactly where they want it.
I don't believe there is such a place. The developer policy is to reject them: `The LLVM project does not accept contributions that include in-source copyright notices...` (more below).
> There are some existing copyright notices from companies in LLVM, for example in llvm/lib/Support/ConvertUTF.cpp there's a Copyright © 1991-2015 Unicode.
I think that's the "vendored dependency" bit from the developer policy: `...except where such notices are part of a larger external project being added as a vendored dependency.`
CC @llvm-beanz @rnk as LLVM Foundation folks; the foundation handles all the legal questions, so it's really up to them.
https://github.com/llvm/llvm-project/pull/154746
More information about the cfe-commits
mailing list