[NFC][Clang][TableGen] Fix file header comments (#116491)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
//=== ASTTableGen.cpp - Helper functions for working with AST records -----===//
|
||||
//===-- ASTTableGen.cpp - Helper functions for working with AST records ---===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//=== ClangASTNodesEmitter.cpp - Generate Clang AST node tables -*- C++ -*-===//
|
||||
//===-- ClangASTNodesEmitter.cpp - Generate Clang AST node tables ---------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//=== ClangASTPropsEmitter.cpp - Generate Clang AST properties --*- C++ -*-===//
|
||||
//===-- ClangASTPropsEmitter.cpp - Generate Clang AST properties ----------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//===- ClangAttrEmitter.cpp - Generate Clang attribute handling =-*- C++ -*--=//
|
||||
//===-- ClangAttrEmitter.cpp - Generate Clang attribute handling ----------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//=- ClangBuiltinsEmitter.cpp - Generate Clang builtins tables -*- C++ -*-====//
|
||||
//===-- ClangBuiltinsEmitter.cpp - Generate Clang builtins tables ---------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//===--- ClangCommentCommandInfoEmitter.cpp - Generate command lists -----====//
|
||||
//===-- ClangCommentCommandInfoEmitter.cpp - Generate command lists -------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//===--- ClangCommentHTMLNamedCharacterReferenceEmitter.cpp -----------------=//
|
||||
//===-- ClangCommentHTMLNamedCharacterReferenceEmitter.cpp ----------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//===--- ClangCommentHTMLTagsEmitter.cpp - Generate HTML tag list for Clang -=//
|
||||
//===-- ClangCommentHTMLTagsEmitter.cpp - Generate HTML tag list ----------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
||||
@@ -1,3 +1,15 @@
|
||||
//===-- ClangDataCollectorsEmitter.cpp - Generate Clang data collector ----===//
|
||||
//
|
||||
// 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 tablegen backend emit Clang data collector tables.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "TableGenBackends.h"
|
||||
#include "llvm/TableGen/Record.h"
|
||||
#include "llvm/TableGen/TableGenBackend.h"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//=- ClangDiagnosticsEmitter.cpp - Generate Clang diagnostics tables -*- C++ -*-
|
||||
//===-- ClangDiagnosticsEmitter.cpp - Generate Clang diagnostics tables ---===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//=== ClangOpcodesEmitter.cpp - constexpr interpreter opcodes ---*- C++ -*-===//
|
||||
//===-- ClangOpcodesEmitter.cpp - constexpr interpreter opcodes -----------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//===- ClangOpenCLBuiltinEmitter.cpp - Generate Clang OpenCL Builtin handling
|
||||
//===-- ClangOpenCLBuiltinEmitter.cpp - Generate OpenCL Builtin handling --===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//===- ClangOptionDocEmitter.cpp - Documentation for command line flags ---===//
|
||||
//===-- ClangOptionDocEmitter.cpp - Documentation for command line flags --===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//=- ClangSACheckersEmitter.cpp - Generate Clang SA checkers tables -*- C++ -*-
|
||||
//===-- ClangSACheckersEmitter.cpp - Generate SA checkers tables ----------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//===- ClangSyntaxEmitter.cpp - Generate clang Syntax Tree nodes ----------===//
|
||||
//===-- ClangSyntaxEmitter.cpp - Generate clang Syntax Tree nodes ---------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//=== ClangTypeNodesEmitter.cpp - Generate type node tables -----*- C++ -*-===//
|
||||
//===-- ClangTypeNodesEmitter.cpp - Generate type node tables -------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//===- MveEmitter.cpp - Generate arm_mve.h for use with clang -*- C++ -*-=====//
|
||||
//===-- MveEmitter.cpp - Generate arm_mve.h for use with clang ------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//===- NeonEmitter.cpp - Generate arm_neon.h for use with clang -*- C++ -*-===//
|
||||
//===-- NeonEmitter.cpp - Generate arm_neon.h for use with clang ----------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//===- RISCVVEmitter.cpp - Generate riscv_vector.h for use with clang -----===//
|
||||
//===-- RISCVVEmitter.cpp - Generate riscv_vector.h for use with clang ----===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
//===- SveEmitter.cpp - Generate arm_sve.h for use with clang -*- C++ -*-===//
|
||||
//===-- SveEmitter.cpp - Generate arm_sve.h for use with clang ------------===//
|
||||
//
|
||||
// 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
|
||||
// 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
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//===- TableGen.cpp - Top-Level TableGen implementation for Clang ---------===//
|
||||
//===-- TableGen.cpp - Top-Level TableGen implementation for Clang --------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
||||
Reference in New Issue
Block a user