Skip to content

Commit 63aa8cf

Browse files
authored
[NFC][Clang][TableGen] Fix file header comments (#116491)
1 parent 2edfa50 commit 63aa8cf

21 files changed

+35
-23
lines changed

clang/utils/TableGen/ASTTableGen.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//=== ASTTableGen.cpp - Helper functions for working with AST records -----===//
1+
//===-- ASTTableGen.cpp - Helper functions for working with AST records ---===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

clang/utils/TableGen/ClangASTNodesEmitter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//=== ClangASTNodesEmitter.cpp - Generate Clang AST node tables -*- C++ -*-===//
1+
//===-- ClangASTNodesEmitter.cpp - Generate Clang AST node tables ---------===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

clang/utils/TableGen/ClangASTPropertiesEmitter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//=== ClangASTPropsEmitter.cpp - Generate Clang AST properties --*- C++ -*-===//
1+
//===-- ClangASTPropsEmitter.cpp - Generate Clang AST properties ----------===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

clang/utils/TableGen/ClangAttrEmitter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===- ClangAttrEmitter.cpp - Generate Clang attribute handling =-*- C++ -*--=//
1+
//===-- ClangAttrEmitter.cpp - Generate Clang attribute handling ----------===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

clang/utils/TableGen/ClangBuiltinsEmitter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//=- ClangBuiltinsEmitter.cpp - Generate Clang builtins tables -*- C++ -*-====//
1+
//===-- ClangBuiltinsEmitter.cpp - Generate Clang builtins tables ---------===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

clang/utils/TableGen/ClangCommentCommandInfoEmitter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- ClangCommentCommandInfoEmitter.cpp - Generate command lists -----====//
1+
//===-- ClangCommentCommandInfoEmitter.cpp - Generate command lists -------===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

clang/utils/TableGen/ClangCommentHTMLNamedCharacterReferenceEmitter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- ClangCommentHTMLNamedCharacterReferenceEmitter.cpp -----------------=//
1+
//===-- ClangCommentHTMLNamedCharacterReferenceEmitter.cpp ----------------===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

clang/utils/TableGen/ClangCommentHTMLTagsEmitter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- ClangCommentHTMLTagsEmitter.cpp - Generate HTML tag list for Clang -=//
1+
//===-- ClangCommentHTMLTagsEmitter.cpp - Generate HTML tag list ----------===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

clang/utils/TableGen/ClangDataCollectorsEmitter.cpp

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
//===-- ClangDataCollectorsEmitter.cpp - Generate Clang data collector ----===//
2+
//
3+
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4+
// See https://llvm.org/LICENSE.txt for license information.
5+
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6+
//
7+
//===----------------------------------------------------------------------===//
8+
//
9+
// This tablegen backend emit Clang data collector tables.
10+
//
11+
//===----------------------------------------------------------------------===//
12+
113
#include "TableGenBackends.h"
214
#include "llvm/TableGen/Record.h"
315
#include "llvm/TableGen/TableGenBackend.h"

clang/utils/TableGen/ClangDiagnosticsEmitter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//=- ClangDiagnosticsEmitter.cpp - Generate Clang diagnostics tables -*- C++ -*-
1+
//===-- ClangDiagnosticsEmitter.cpp - Generate Clang diagnostics tables ---===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

0 commit comments

Comments
 (0)