Skip to content

Commit 3110a19

Browse files
committed
File header fixes
1 parent a07c4b1 commit 3110a19

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

clang/lib/Driver/CreateASTUnitFromArgs.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- CreateASTUnitFromArgs.h - Create an ASTUnit from Args ------------===//
1+
//===--- CreateASTUnitFromArgs.cpp - Create an ASTUnit from Args ----------===//
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/lib/Driver/CreateInvocationFromArgs.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- CreateInvocationFromArgs.h - CompilerInvocation from Args --------===//
1+
//===--- CreateInvocationFromArgs.cpp - CompilerInvocation from Args ------===//
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/lib/Frontend/StandaloneDiagnostic.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- StandaloneDiagnostic.h - Serializable Diagnostic ------------- ---===//
1+
//===--- StandaloneDiagnostic.cpp - Serializable Diagnostic ---------------===//
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)