cjdb updated this revision to Diff 365648. cjdb added a comment. uploading solely for a fast visual inspection on the diff
Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D107528/new/ https://reviews.llvm.org/D107528 Files: clang-tools-extra/clang-tidy/bugprone/BranchCloneCheck.cpp clang-tools-extra/clang-tidy/bugprone/BranchCloneCheck.h clang-tools-extra/clang-tidy/modernize/UseTrailingReturnTypeCheck.cpp clang-tools-extra/clang-tidy/modernize/UseTrailingReturnTypeCheck.h clang-tools-extra/clang-tidy/objc/SuperSelfCheck.cpp clang-tools-extra/clang-tidy/objc/SuperSelfCheck.h clang-tools-extra/clang-tidy/readability/ConvertMemberFunctionsToStatic.cpp clang-tools-extra/clang-tidy/readability/ConvertMemberFunctionsToStatic.h clang-tools-extra/clang-tidy/readability/UseAnyOfAllOfCheck.cpp clang-tools-extra/clang-tidy/readability/UseAnyOfAllOfCheck.h clang/include/clang/AST/ASTConcept.h clang/include/clang/AST/ASTImporterSharedState.h clang/include/clang/AST/CurrentSourceLocExprScope.h clang/include/clang/AST/JSONNodeDumper.h clang/include/clang/Sema/SemaConcept.h clang/include/clang/Tooling/DependencyScanning/ModuleDepCollector.h clang/lib/AST/ASTConcept.cpp clang/lib/Format/MacroExpander.cpp clang/lib/Format/Macros.h clang/lib/Index/FileIndexRecord.cpp clang/lib/Sema/SemaConcept.cpp clang/lib/StaticAnalyzer/Core/SMTConstraintManager.cpp clang/lib/Tooling/DependencyScanning/ModuleDepCollector.cpp clang/unittests/Format/TestLexer.h clang/unittests/Tooling/RecursiveASTVisitorTests/LambdaTemplateParams.cpp lldb/docs/use/python.rst lldb/unittests/Symbol/TestLineEntry.cpp llvm/include/llvm/Analysis/HeatUtils.h llvm/include/llvm/CodeGen/MIRFormatter.h llvm/include/llvm/CodeGen/RegAllocCommon.h llvm/include/llvm/Support/ExtensibleRTTI.h llvm/include/llvm/Support/LICENSE.TXT llvm/include/llvm/Support/Signposts.h llvm/include/llvm/Transforms/Instrumentation/AddressSanitizer.h llvm/include/llvm/Transforms/Instrumentation/AddressSanitizerCommon.h llvm/include/llvm/Transforms/Instrumentation/AddressSanitizerOptions.h llvm/include/llvm/Transforms/Instrumentation/HWAddressSanitizer.h llvm/include/llvm/Transforms/Instrumentation/InstrOrderFile.h llvm/include/llvm/Transforms/Instrumentation/MemProfiler.h llvm/include/llvm/Transforms/Utils/MemoryOpRemark.h llvm/lib/Analysis/DevelopmentModeInlineAdvisor.cpp llvm/lib/Analysis/HeatUtils.cpp llvm/lib/Analysis/InlineSizeEstimatorAnalysis.cpp llvm/lib/Analysis/TFUtils.cpp llvm/lib/BinaryFormat/MsgPackDocumentYAML.cpp llvm/lib/CodeGen/FixupStatepointCallerSaved.cpp llvm/lib/DebugInfo/GSYM/FileWriter.cpp llvm/lib/DebugInfo/GSYM/Range.cpp llvm/lib/ExecutionEngine/JITLink/EHFrameSupport.cpp llvm/lib/ExecutionEngine/JITLink/ELF.cpp llvm/lib/ExecutionEngine/JITLink/JITLink.cpp llvm/lib/ExecutionEngine/JITLink/JITLinkMemoryManager.cpp llvm/lib/ExecutionEngine/JITLink/MachO.cpp llvm/lib/ExecutionEngine/Orc/TargetProcess/RegisterEHFrames.cpp llvm/lib/Support/ExtensibleRTTI.cpp llvm/lib/Support/Signposts.cpp llvm/lib/Target/AArch64/AArch64StackTagging.cpp llvm/lib/Target/AArch64/AArch64StackTaggingPreRA.cpp llvm/lib/Target/AArch64/SVEIntrinsicOpts.cpp llvm/lib/Target/CSKY/AsmParser/CSKYAsmParser.cpp llvm/lib/Target/PowerPC/MCTargetDesc/PPCELFStreamer.cpp llvm/lib/Target/PowerPC/MCTargetDesc/PPCELFStreamer.h llvm/lib/Target/PowerPC/MCTargetDesc/PPCXCOFFStreamer.cpp llvm/lib/Target/PowerPC/MCTargetDesc/PPCXCOFFStreamer.h llvm/lib/Target/X86/X86InstrKL.td llvm/lib/Transforms/Instrumentation/InstrOrderFile.cpp llvm/lib/Transforms/Scalar/DFAJumpThreading.cpp llvm/tools/llvm-gsymutil/llvm-gsymutil.cpp llvm/unittests/BinaryFormat/MsgPackDocumentTest.cpp llvm/unittests/DebugInfo/GSYM/GSYMTest.cpp llvm/unittests/Support/ExtensibleRTTITest.cpp
Index: llvm/unittests/Support/ExtensibleRTTITest.cpp =================================================================== --- llvm/unittests/Support/ExtensibleRTTITest.cpp +++ llvm/unittests/Support/ExtensibleRTTITest.cpp @@ -1,9 +1,8 @@ //===------ unittests/ExtensibleRTTITest.cpp - Extensible RTTI Tests ------===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// Index: llvm/unittests/DebugInfo/GSYM/GSYMTest.cpp =================================================================== --- llvm/unittests/DebugInfo/GSYM/GSYMTest.cpp +++ llvm/unittests/DebugInfo/GSYM/GSYMTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/DebugInfo/GSYMTest.cpp -------------------------------===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// Index: llvm/unittests/BinaryFormat/MsgPackDocumentTest.cpp =================================================================== --- llvm/unittests/BinaryFormat/MsgPackDocumentTest.cpp +++ llvm/unittests/BinaryFormat/MsgPackDocumentTest.cpp @@ -1,9 +1,8 @@ //===- MsgPackDocumentTest.cpp --------------------------------------------===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// Index: llvm/tools/llvm-gsymutil/llvm-gsymutil.cpp =================================================================== --- llvm/tools/llvm-gsymutil/llvm-gsymutil.cpp +++ llvm/tools/llvm-gsymutil/llvm-gsymutil.cpp @@ -1,9 +1,8 @@ //===-- gsymutil.cpp - GSYM dumping and creation utility for llvm ---------===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// Index: llvm/lib/Transforms/Scalar/DFAJumpThreading.cpp =================================================================== --- llvm/lib/Transforms/Scalar/DFAJumpThreading.cpp +++ llvm/lib/Transforms/Scalar/DFAJumpThreading.cpp @@ -1,9 +1,8 @@ //===- DFAJumpThreading.cpp - Threads a switch statement inside a loop ----===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// // Index: llvm/lib/Transforms/Instrumentation/InstrOrderFile.cpp =================================================================== --- llvm/lib/Transforms/Instrumentation/InstrOrderFile.cpp +++ llvm/lib/Transforms/Instrumentation/InstrOrderFile.cpp @@ -1,9 +1,8 @@ //===- InstrOrderFile.cpp ---- Late IR instrumentation for order file ----===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// // Index: llvm/lib/Target/X86/X86InstrKL.td =================================================================== --- llvm/lib/Target/X86/X86InstrKL.td +++ llvm/lib/Target/X86/X86InstrKL.td @@ -1,10 +1,9 @@ //===---------------------------*-tablegen-*-------------------------------===// //===------------- X86InstrKL.td - KL Instruction Set Extension -----------===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// // Index: llvm/lib/Target/PowerPC/MCTargetDesc/PPCXCOFFStreamer.h =================================================================== --- llvm/lib/Target/PowerPC/MCTargetDesc/PPCXCOFFStreamer.h +++ llvm/lib/Target/PowerPC/MCTargetDesc/PPCXCOFFStreamer.h @@ -1,9 +1,8 @@ //===- PPCXCOFFStreamer.h - XCOFF Object Output -----------------*- C++ -*-===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// // Index: llvm/lib/Target/PowerPC/MCTargetDesc/PPCXCOFFStreamer.cpp =================================================================== --- llvm/lib/Target/PowerPC/MCTargetDesc/PPCXCOFFStreamer.cpp +++ llvm/lib/Target/PowerPC/MCTargetDesc/PPCXCOFFStreamer.cpp @@ -1,9 +1,8 @@ //===-------- PPCXCOFFStreamer.cpp - XCOFF Object Output ------------------===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// // Index: llvm/lib/Target/PowerPC/MCTargetDesc/PPCELFStreamer.h =================================================================== --- llvm/lib/Target/PowerPC/MCTargetDesc/PPCELFStreamer.h +++ llvm/lib/Target/PowerPC/MCTargetDesc/PPCELFStreamer.h @@ -1,9 +1,8 @@ //===- PPCELFStreamer.h - ELF Object Output --------------------*- C++ -*-===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// // Index: llvm/lib/Target/PowerPC/MCTargetDesc/PPCELFStreamer.cpp =================================================================== --- llvm/lib/Target/PowerPC/MCTargetDesc/PPCELFStreamer.cpp +++ llvm/lib/Target/PowerPC/MCTargetDesc/PPCELFStreamer.cpp @@ -1,9 +1,8 @@ //===-------- PPCELFStreamer.cpp - ELF Object Output ---------------------===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// // Index: llvm/lib/Target/CSKY/AsmParser/CSKYAsmParser.cpp =================================================================== --- llvm/lib/Target/CSKY/AsmParser/CSKYAsmParser.cpp +++ llvm/lib/Target/CSKY/AsmParser/CSKYAsmParser.cpp @@ -1,9 +1,8 @@ //===-- CSKYAsmParser.cpp - Parse CSKY assembly to MCInst instructions --===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// Index: llvm/lib/Target/AArch64/SVEIntrinsicOpts.cpp =================================================================== --- llvm/lib/Target/AArch64/SVEIntrinsicOpts.cpp +++ llvm/lib/Target/AArch64/SVEIntrinsicOpts.cpp @@ -1,9 +1,8 @@ //===----- SVEIntrinsicOpts - SVE ACLE Intrinsics Opts --------------------===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// // Index: llvm/lib/Target/AArch64/AArch64StackTaggingPreRA.cpp =================================================================== --- llvm/lib/Target/AArch64/AArch64StackTaggingPreRA.cpp +++ llvm/lib/Target/AArch64/AArch64StackTaggingPreRA.cpp @@ -1,9 +1,8 @@ //===-- AArch64StackTaggingPreRA.cpp --- Stack Tagging for AArch64 -----===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// Index: llvm/lib/Target/AArch64/AArch64StackTagging.cpp =================================================================== --- llvm/lib/Target/AArch64/AArch64StackTagging.cpp +++ llvm/lib/Target/AArch64/AArch64StackTagging.cpp @@ -1,9 +1,8 @@ //===- AArch64StackTagging.cpp - Stack tagging in IR --===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===// Index: llvm/lib/Support/Signposts.cpp =================================================================== --- llvm/lib/Support/Signposts.cpp +++ llvm/lib/Support/Signposts.cpp @@ -1,9 +1,8 @@ //===-- Signposts.cpp - Interval debug annotations ------------------------===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// Index: llvm/lib/Support/ExtensibleRTTI.cpp =================================================================== --- llvm/lib/Support/ExtensibleRTTI.cpp +++ llvm/lib/Support/ExtensibleRTTI.cpp @@ -1,9 +1,8 @@ //===----- lib/Support/ExtensibleRTTI.cpp - ExtensibleRTTI utilities ------===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// Index: llvm/lib/ExecutionEngine/Orc/TargetProcess/RegisterEHFrames.cpp =================================================================== --- llvm/lib/ExecutionEngine/Orc/TargetProcess/RegisterEHFrames.cpp +++ llvm/lib/ExecutionEngine/Orc/TargetProcess/RegisterEHFrames.cpp @@ -1,9 +1,8 @@ //===--------- RegisterEHFrames.cpp - Register EH frame sections ----------===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// Index: llvm/lib/ExecutionEngine/JITLink/MachO.cpp =================================================================== --- llvm/lib/ExecutionEngine/JITLink/MachO.cpp +++ llvm/lib/ExecutionEngine/JITLink/MachO.cpp @@ -1,9 +1,8 @@ //===-------------- MachO.cpp - JIT linker function for MachO -------------===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// // Index: llvm/lib/ExecutionEngine/JITLink/JITLinkMemoryManager.cpp =================================================================== --- llvm/lib/ExecutionEngine/JITLink/JITLinkMemoryManager.cpp +++ llvm/lib/ExecutionEngine/JITLink/JITLinkMemoryManager.cpp @@ -1,9 +1,8 @@ //===--- JITLinkMemoryManager.cpp - JITLinkMemoryManager implementation ---===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// Index: llvm/lib/ExecutionEngine/JITLink/JITLink.cpp =================================================================== --- llvm/lib/ExecutionEngine/JITLink/JITLink.cpp +++ llvm/lib/ExecutionEngine/JITLink/JITLink.cpp @@ -1,9 +1,8 @@ //===------------- JITLink.cpp - Core Run-time JIT linker APIs ------------===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// Index: llvm/lib/ExecutionEngine/JITLink/ELF.cpp =================================================================== --- llvm/lib/ExecutionEngine/JITLink/ELF.cpp +++ llvm/lib/ExecutionEngine/JITLink/ELF.cpp @@ -1,9 +1,8 @@ //===-------------- ELF.cpp - JIT linker function for ELF -------------===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// // Index: llvm/lib/ExecutionEngine/JITLink/EHFrameSupport.cpp =================================================================== --- llvm/lib/ExecutionEngine/JITLink/EHFrameSupport.cpp +++ llvm/lib/ExecutionEngine/JITLink/EHFrameSupport.cpp @@ -1,9 +1,8 @@ //===-------- JITLink_EHFrameSupport.cpp - JITLink eh-frame utils ---------===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// Index: llvm/lib/DebugInfo/GSYM/Range.cpp =================================================================== --- llvm/lib/DebugInfo/GSYM/Range.cpp +++ llvm/lib/DebugInfo/GSYM/Range.cpp @@ -1,9 +1,8 @@ //===- Range.cpp ------------------------------------------------*- C++ -*-===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// Index: llvm/lib/DebugInfo/GSYM/FileWriter.cpp =================================================================== --- llvm/lib/DebugInfo/GSYM/FileWriter.cpp +++ llvm/lib/DebugInfo/GSYM/FileWriter.cpp @@ -1,9 +1,8 @@ //===- FileWriter.cpp -------------------------------------------*- C++ -*-===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// Index: llvm/lib/CodeGen/FixupStatepointCallerSaved.cpp =================================================================== --- llvm/lib/CodeGen/FixupStatepointCallerSaved.cpp +++ llvm/lib/CodeGen/FixupStatepointCallerSaved.cpp @@ -1,9 +1,8 @@ //===-- FixupStatepointCallerSaved.cpp - Fixup caller saved registers ----===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// /// Index: llvm/lib/BinaryFormat/MsgPackDocumentYAML.cpp =================================================================== --- llvm/lib/BinaryFormat/MsgPackDocumentYAML.cpp +++ llvm/lib/BinaryFormat/MsgPackDocumentYAML.cpp @@ -1,9 +1,8 @@ //===-- MsgPackDocumentYAML.cpp - MsgPack Document YAML interface -------*-===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// // Index: llvm/lib/Analysis/TFUtils.cpp =================================================================== --- llvm/lib/Analysis/TFUtils.cpp +++ llvm/lib/Analysis/TFUtils.cpp @@ -1,9 +1,8 @@ //===- TFUtils.cpp - tensorflow evaluation utilities ----------------------===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// // Index: llvm/lib/Analysis/InlineSizeEstimatorAnalysis.cpp =================================================================== --- llvm/lib/Analysis/InlineSizeEstimatorAnalysis.cpp +++ llvm/lib/Analysis/InlineSizeEstimatorAnalysis.cpp @@ -1,9 +1,8 @@ //===- InlineSizeEstimatorAnalysis.cpp - IR to native size from ML model --===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// // Index: llvm/lib/Analysis/HeatUtils.cpp =================================================================== --- llvm/lib/Analysis/HeatUtils.cpp +++ llvm/lib/Analysis/HeatUtils.cpp @@ -1,9 +1,8 @@ //===-- HeatUtils.cpp - Utility for printing heat colors --------*- C++ -*-===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// // Index: llvm/lib/Analysis/DevelopmentModeInlineAdvisor.cpp =================================================================== --- llvm/lib/Analysis/DevelopmentModeInlineAdvisor.cpp +++ llvm/lib/Analysis/DevelopmentModeInlineAdvisor.cpp @@ -1,9 +1,8 @@ //===- DevelopmentModeInlineAdvisor.cpp - runtime-loadable model runner --===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// // Index: llvm/include/llvm/Transforms/Utils/MemoryOpRemark.h =================================================================== --- llvm/include/llvm/Transforms/Utils/MemoryOpRemark.h +++ llvm/include/llvm/Transforms/Utils/MemoryOpRemark.h @@ -1,9 +1,8 @@ //===- MemoryOpRemark.h - Memory operation remark analysis -*- C++ ------*-===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// // Index: llvm/include/llvm/Transforms/Instrumentation/MemProfiler.h =================================================================== --- llvm/include/llvm/Transforms/Instrumentation/MemProfiler.h +++ llvm/include/llvm/Transforms/Instrumentation/MemProfiler.h @@ -1,9 +1,8 @@ //===--------- Definition of the MemProfiler class --------------*- C++ -*-===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// // Index: llvm/include/llvm/Transforms/Instrumentation/InstrOrderFile.h =================================================================== --- llvm/include/llvm/Transforms/Instrumentation/InstrOrderFile.h +++ llvm/include/llvm/Transforms/Instrumentation/InstrOrderFile.h @@ -1,9 +1,8 @@ //===- InstrOrderFile.h ---- Late IR instrumentation for order file ----===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// // Index: llvm/include/llvm/Transforms/Instrumentation/HWAddressSanitizer.h =================================================================== --- llvm/include/llvm/Transforms/Instrumentation/HWAddressSanitizer.h +++ llvm/include/llvm/Transforms/Instrumentation/HWAddressSanitizer.h @@ -1,9 +1,8 @@ //===--------- Definition of the HWAddressSanitizer class -------*- C++ -*-===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// // Index: llvm/include/llvm/Transforms/Instrumentation/AddressSanitizerOptions.h =================================================================== --- llvm/include/llvm/Transforms/Instrumentation/AddressSanitizerOptions.h +++ llvm/include/llvm/Transforms/Instrumentation/AddressSanitizerOptions.h @@ -1,9 +1,8 @@ //===--------- Definition of the AddressSanitizer options -------*- C++ -*-===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// // This file defines data types used to set Address Sanitizer options. Index: llvm/include/llvm/Transforms/Instrumentation/AddressSanitizerCommon.h =================================================================== --- llvm/include/llvm/Transforms/Instrumentation/AddressSanitizerCommon.h +++ llvm/include/llvm/Transforms/Instrumentation/AddressSanitizerCommon.h @@ -1,9 +1,8 @@ //===--------- Definition of the AddressSanitizer class ---------*- C++ -*-===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// // Index: llvm/include/llvm/Transforms/Instrumentation/AddressSanitizer.h =================================================================== --- llvm/include/llvm/Transforms/Instrumentation/AddressSanitizer.h +++ llvm/include/llvm/Transforms/Instrumentation/AddressSanitizer.h @@ -1,9 +1,8 @@ //===--------- Definition of the AddressSanitizer class ---------*- C++ -*-===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// // Index: llvm/include/llvm/Support/Signposts.h =================================================================== --- llvm/include/llvm/Support/Signposts.h +++ llvm/include/llvm/Support/Signposts.h @@ -1,9 +1,8 @@ //===-- llvm/Support/Signposts.h - Interval debug annotations ---*- C++ -*-===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// // Index: llvm/include/llvm/Support/LICENSE.TXT =================================================================== --- llvm/include/llvm/Support/LICENSE.TXT +++ llvm/include/llvm/Support/LICENSE.TXT @@ -1,6 +1,6 @@ LLVM System Interface Library ------------------------------------------------------------------------------- -The LLVM System Interface Library is licensed under the Illinois Open Source -License and has the following additional copyright: -Copyright (C) 2004 eXtensible Systems, Inc. +Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +See https://llvm.org/LICENSE.txt for license information. +SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception Index: llvm/include/llvm/Support/ExtensibleRTTI.h =================================================================== --- llvm/include/llvm/Support/ExtensibleRTTI.h +++ llvm/include/llvm/Support/ExtensibleRTTI.h @@ -1,9 +1,8 @@ //===-- llvm/Support/ExtensibleRTTI.h - ExtensibleRTTI support --*- C++ -*-===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// // Index: llvm/include/llvm/CodeGen/RegAllocCommon.h =================================================================== --- llvm/include/llvm/CodeGen/RegAllocCommon.h +++ llvm/include/llvm/CodeGen/RegAllocCommon.h @@ -1,9 +1,8 @@ //===- RegAllocCommon.h - Utilities shared between allocators ---*- C++ -*-===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// Index: llvm/include/llvm/CodeGen/MIRFormatter.h =================================================================== --- llvm/include/llvm/CodeGen/MIRFormatter.h +++ llvm/include/llvm/CodeGen/MIRFormatter.h @@ -1,9 +1,8 @@ //===-- llvm/CodeGen/MIRFormatter.h -----------------------------*- C++ -*-===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// // Index: llvm/include/llvm/Analysis/HeatUtils.h =================================================================== --- llvm/include/llvm/Analysis/HeatUtils.h +++ llvm/include/llvm/Analysis/HeatUtils.h @@ -1,9 +1,8 @@ //===-- HeatUtils.h - Utility for printing heat colors ----------*- C++ -*-===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// // Index: lldb/unittests/Symbol/TestLineEntry.cpp =================================================================== --- lldb/unittests/Symbol/TestLineEntry.cpp +++ lldb/unittests/Symbol/TestLineEntry.cpp @@ -1,10 +1,8 @@ //===-- TestLineEntry.cpp -------------------------------------------------===// // -// -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// Index: lldb/docs/use/python.rst =================================================================== --- lldb/docs/use/python.rst +++ lldb/docs/use/python.rst @@ -500,12 +500,11 @@ """ # ===-- tree_utils.py ---------------------------------------*- Python -*-===// # - # The LLVM Compiler Infrastructure + # Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. + # See https://llvm.org/LICENSE.txt for license information. + # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception # - # This file is distributed under the University of Illinois Open Source - # License. See LICENSE.TXT for details. - # - # ===---------------------------------------------------------------------===// + # ===----------------------------------------------------------------------===// tree_utils.py - A set of functions for examining binary search trees, based on the example search tree defined in @@ -623,12 +622,11 @@ //===-- dictionary.c ---------------------------------------------*- C -*-===// // - // The LLVM Compiler Infrastructure - // - // This file is distributed under the University of Illinois Open Source - // License. See LICENSE.TXT for details. + // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. + // See https://llvm.org/LICENSE.txt for license information. + // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // - //===---------------------------------------------------------------------===// + //===----------------------------------------------------------------------===// #include <ctype.h> #include <stdio.h> #include <stdlib.h> @@ -798,4 +796,3 @@ The text for "Romeo and Juliet" can be obtained from the Gutenberg Project (http://www.gutenberg.org). - Index: clang/unittests/Tooling/RecursiveASTVisitorTests/LambdaTemplateParams.cpp =================================================================== --- clang/unittests/Tooling/RecursiveASTVisitorTests/LambdaTemplateParams.cpp +++ clang/unittests/Tooling/RecursiveASTVisitorTests/LambdaTemplateParams.cpp @@ -1,9 +1,8 @@ //===- unittest/Tooling/RecursiveASTVisitorTests/LambdaTemplateParams.cpp -===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// Index: clang/unittests/Format/TestLexer.h =================================================================== --- clang/unittests/Format/TestLexer.h +++ clang/unittests/Format/TestLexer.h @@ -1,9 +1,8 @@ //===--- TestLexer.h - Format C++ code --------------------------*- C++ -*-===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// /// Index: clang/lib/Tooling/DependencyScanning/ModuleDepCollector.cpp =================================================================== --- clang/lib/Tooling/DependencyScanning/ModuleDepCollector.cpp +++ clang/lib/Tooling/DependencyScanning/ModuleDepCollector.cpp @@ -1,9 +1,8 @@ //===- ModuleDepCollector.cpp - Callbacks to collect deps -------*- C++ -*-===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// Index: clang/lib/StaticAnalyzer/Core/SMTConstraintManager.cpp =================================================================== --- clang/lib/StaticAnalyzer/Core/SMTConstraintManager.cpp +++ clang/lib/StaticAnalyzer/Core/SMTConstraintManager.cpp @@ -1,9 +1,8 @@ //== SMTConstraintManager.cpp -----------------------------------*- C++ -*--==// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// Index: clang/lib/Sema/SemaConcept.cpp =================================================================== --- clang/lib/Sema/SemaConcept.cpp +++ clang/lib/Sema/SemaConcept.cpp @@ -1,9 +1,8 @@ //===-- SemaConcept.cpp - Semantic Analysis for Constraints and Concepts --===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// // Index: clang/lib/Index/FileIndexRecord.cpp =================================================================== --- clang/lib/Index/FileIndexRecord.cpp +++ clang/lib/Index/FileIndexRecord.cpp @@ -1,9 +1,8 @@ //===--- FileIndexRecord.cpp - Index data per file --------------*- C++ -*-===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// Index: clang/lib/Format/Macros.h =================================================================== --- clang/lib/Format/Macros.h +++ clang/lib/Format/Macros.h @@ -1,9 +1,8 @@ //===--- MacroExpander.h - Format C++ code ----------------------*- C++ -*-===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// /// Index: clang/lib/Format/MacroExpander.cpp =================================================================== --- clang/lib/Format/MacroExpander.cpp +++ clang/lib/Format/MacroExpander.cpp @@ -1,9 +1,8 @@ //===--- MacroExpander.cpp - Format C++ code --------------------*- C++ -*-===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// /// Index: clang/lib/AST/ASTConcept.cpp =================================================================== --- clang/lib/AST/ASTConcept.cpp +++ clang/lib/AST/ASTConcept.cpp @@ -1,9 +1,8 @@ //===--- ASTConcept.cpp - Concepts Related AST Data Structures --*- C++ -*-===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// /// Index: clang/include/clang/Tooling/DependencyScanning/ModuleDepCollector.h =================================================================== --- clang/include/clang/Tooling/DependencyScanning/ModuleDepCollector.h +++ clang/include/clang/Tooling/DependencyScanning/ModuleDepCollector.h @@ -1,9 +1,8 @@ //===- ModuleDepCollector.h - Callbacks to collect deps ---------*- C++ -*-===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// Index: clang/include/clang/Sema/SemaConcept.h =================================================================== --- clang/include/clang/Sema/SemaConcept.h +++ clang/include/clang/Sema/SemaConcept.h @@ -1,9 +1,8 @@ //===-- SemaConcept.h - Semantic Analysis for Constraints and Concepts ----===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// /// Index: clang/include/clang/AST/JSONNodeDumper.h =================================================================== --- clang/include/clang/AST/JSONNodeDumper.h +++ clang/include/clang/AST/JSONNodeDumper.h @@ -1,9 +1,8 @@ //===--- JSONNodeDumper.h - Printing of AST nodes to JSON -----------------===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// // Index: clang/include/clang/AST/CurrentSourceLocExprScope.h =================================================================== --- clang/include/clang/AST/CurrentSourceLocExprScope.h +++ clang/include/clang/AST/CurrentSourceLocExprScope.h @@ -1,9 +1,8 @@ //===--- CurrentSourceLocExprScope.h ----------------------------*- C++ -*-===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// // Index: clang/include/clang/AST/ASTImporterSharedState.h =================================================================== --- clang/include/clang/AST/ASTImporterSharedState.h +++ clang/include/clang/AST/ASTImporterSharedState.h @@ -1,9 +1,8 @@ //===- ASTImporterSharedState.h - ASTImporter specific state --*- C++ -*---===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// // Index: clang/include/clang/AST/ASTConcept.h =================================================================== --- clang/include/clang/AST/ASTConcept.h +++ clang/include/clang/AST/ASTConcept.h @@ -1,9 +1,8 @@ //===--- ASTConcept.h - Concepts Related AST Data Structures ----*- C++ -*-===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// /// Index: clang-tools-extra/clang-tidy/readability/UseAnyOfAllOfCheck.h =================================================================== --- clang-tools-extra/clang-tidy/readability/UseAnyOfAllOfCheck.h +++ clang-tools-extra/clang-tidy/readability/UseAnyOfAllOfCheck.h @@ -1,9 +1,8 @@ //===--- UseAnyOfAllOfCheck.h - clang-tidy-----------------------*- C++ -*-===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// Index: clang-tools-extra/clang-tidy/readability/UseAnyOfAllOfCheck.cpp =================================================================== --- clang-tools-extra/clang-tidy/readability/UseAnyOfAllOfCheck.cpp +++ clang-tools-extra/clang-tidy/readability/UseAnyOfAllOfCheck.cpp @@ -1,9 +1,8 @@ //===--- UseAnyOfAllOfCheck.cpp - clang-tidy-------------------------------===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// Index: clang-tools-extra/clang-tidy/readability/ConvertMemberFunctionsToStatic.h =================================================================== --- clang-tools-extra/clang-tidy/readability/ConvertMemberFunctionsToStatic.h +++ clang-tools-extra/clang-tidy/readability/ConvertMemberFunctionsToStatic.h @@ -1,9 +1,8 @@ //===--- ConvertMemberFunctionsToStatic.h - clang-tidy ----------*- C++ -*-===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// Index: clang-tools-extra/clang-tidy/readability/ConvertMemberFunctionsToStatic.cpp =================================================================== --- clang-tools-extra/clang-tidy/readability/ConvertMemberFunctionsToStatic.cpp +++ clang-tools-extra/clang-tidy/readability/ConvertMemberFunctionsToStatic.cpp @@ -1,9 +1,8 @@ //===--- ConvertMemberFunctionsToStatic.cpp - clang-tidy ------------------===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// Index: clang-tools-extra/clang-tidy/objc/SuperSelfCheck.h =================================================================== --- clang-tools-extra/clang-tidy/objc/SuperSelfCheck.h +++ clang-tools-extra/clang-tidy/objc/SuperSelfCheck.h @@ -1,9 +1,8 @@ //===--- SuperSelfCheck.h - clang-tidy --------------------------*- C++ -*-===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// Index: clang-tools-extra/clang-tidy/objc/SuperSelfCheck.cpp =================================================================== --- clang-tools-extra/clang-tidy/objc/SuperSelfCheck.cpp +++ clang-tools-extra/clang-tidy/objc/SuperSelfCheck.cpp @@ -1,9 +1,8 @@ //===--- SuperSelfCheck.cpp - clang-tidy ----------------------------------===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// Index: clang-tools-extra/clang-tidy/modernize/UseTrailingReturnTypeCheck.h =================================================================== --- clang-tools-extra/clang-tidy/modernize/UseTrailingReturnTypeCheck.h +++ clang-tools-extra/clang-tidy/modernize/UseTrailingReturnTypeCheck.h @@ -1,9 +1,8 @@ //===--- UseTrailingReturnTypeCheck.h - clang-tidy---------------*- C++ -*-===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// Index: clang-tools-extra/clang-tidy/modernize/UseTrailingReturnTypeCheck.cpp =================================================================== --- clang-tools-extra/clang-tidy/modernize/UseTrailingReturnTypeCheck.cpp +++ clang-tools-extra/clang-tidy/modernize/UseTrailingReturnTypeCheck.cpp @@ -1,9 +1,8 @@ //===--- UseTrailingReturnTypeCheck.cpp - clang-tidy-----------------------===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// Index: clang-tools-extra/clang-tidy/bugprone/BranchCloneCheck.h =================================================================== --- clang-tools-extra/clang-tidy/bugprone/BranchCloneCheck.h +++ clang-tools-extra/clang-tidy/bugprone/BranchCloneCheck.h @@ -1,9 +1,8 @@ //===--- BranchCloneCheck.h - clang-tidy ------------------------*- C++ -*-===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// Index: clang-tools-extra/clang-tidy/bugprone/BranchCloneCheck.cpp =================================================================== --- clang-tools-extra/clang-tidy/bugprone/BranchCloneCheck.cpp +++ clang-tools-extra/clang-tidy/bugprone/BranchCloneCheck.cpp @@ -1,9 +1,8 @@ //===--- BranchCloneCheck.cpp - clang-tidy --------------------------------===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===//
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits