Skip to content

Commit a87dc23

Browse files
authored
[clang][NFC] Trim license header comments to 81 characters (#82919)
clang-format would format these headers poorly by splitting it into multiple lines.
1 parent f448b8e commit a87dc23

36 files changed

+42
-42
lines changed

clang/include/clang/AST/DeclOpenMP.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===- DeclOpenMP.h - Classes for representing OpenMP directives -*- C++ -*-===//
1+
//===- DeclOpenMP.h - Classes for representing OpenMP directives -*- C++ -*-==//
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/include/clang/AST/ParentMapContext.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===- ParentMapContext.h - Map of parents using DynTypedNode -------*- C++ -*-===//
1+
//===- ParentMapContext.h - Map of parents using DynTypedNode ---*- C++ -*-===//
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/include/clang/Basic/OpenCLExtensionTypes.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===-- OpenCLExtensionTypes.def - Metadata about BuiltinTypes ------*- C++ -*-===//
1+
//===-- OpenCLExtensionTypes.def - Metadata about BuiltinTypes --*- C++ -*-===//
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/include/clang/Basic/RISCVVTypes.def

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ RVV_VECTOR_TYPE_INT("__rvv_uint64m2x4_t", RvvUint64m2x4, RvvUint64m2x4Ty, 2, 64,
383383

384384
RVV_VECTOR_TYPE_INT("__rvv_uint64m4x2_t", RvvUint64m4x2, RvvUint64m4x2Ty, 4, 64, 2, false)
385385

386-
//===- Float16 tuple types --------------------------------------------------===//
386+
//===- Float16 tuple types ------------------------------------------------===//
387387
RVV_VECTOR_TYPE_FLOAT("__rvv_float16mf4x2_t", RvvFloat16mf4x2, RvvFloat16mf4x2Ty, 1, 16, 2)
388388
RVV_VECTOR_TYPE_FLOAT("__rvv_float16mf4x3_t", RvvFloat16mf4x3, RvvFloat16mf4x3Ty, 1, 16, 3)
389389
RVV_VECTOR_TYPE_FLOAT("__rvv_float16mf4x4_t", RvvFloat16mf4x4, RvvFloat16mf4x4Ty, 1, 16, 4)
@@ -414,7 +414,7 @@ RVV_VECTOR_TYPE_FLOAT("__rvv_float16m2x4_t", RvvFloat16m2x4, RvvFloat16m2x4Ty, 8
414414

415415
RVV_VECTOR_TYPE_FLOAT("__rvv_float16m4x2_t", RvvFloat16m4x2, RvvFloat16m4x2Ty, 16, 16, 2)
416416

417-
//===- Float32 tuple types --------------------------------------------------===//
417+
//===- Float32 tuple types ------------------------------------------------===//
418418
RVV_VECTOR_TYPE_FLOAT("__rvv_float32mf2x2_t", RvvFloat32mf2x2, RvvFloat32mf2x2Ty, 1, 32, 2)
419419
RVV_VECTOR_TYPE_FLOAT("__rvv_float32mf2x3_t", RvvFloat32mf2x3, RvvFloat32mf2x3Ty, 1, 32, 3)
420420
RVV_VECTOR_TYPE_FLOAT("__rvv_float32mf2x4_t", RvvFloat32mf2x4, RvvFloat32mf2x4Ty, 1, 32, 4)
@@ -437,7 +437,7 @@ RVV_VECTOR_TYPE_FLOAT("__rvv_float32m2x4_t", RvvFloat32m2x4, RvvFloat32m2x4Ty, 4
437437

438438
RVV_VECTOR_TYPE_FLOAT("__rvv_float32m4x2_t", RvvFloat32m4x2, RvvFloat32m4x2Ty, 8, 32, 2)
439439

440-
//===- Float64 tuple types -------------------------------------------------===//
440+
//===- Float64 tuple types ------------------------------------------------===//
441441
RVV_VECTOR_TYPE_FLOAT("__rvv_float64m1x2_t", RvvFloat64m1x2, RvvFloat64m1x2Ty, 1, 64, 2)
442442
RVV_VECTOR_TYPE_FLOAT("__rvv_float64m1x3_t", RvvFloat64m1x3, RvvFloat64m1x3Ty, 1, 64, 3)
443443
RVV_VECTOR_TYPE_FLOAT("__rvv_float64m1x4_t", RvvFloat64m1x4, RvvFloat64m1x4Ty, 1, 64, 4)
@@ -452,7 +452,7 @@ RVV_VECTOR_TYPE_FLOAT("__rvv_float64m2x4_t", RvvFloat64m2x4, RvvFloat64m2x4Ty, 2
452452

453453
RVV_VECTOR_TYPE_FLOAT("__rvv_float64m4x2_t", RvvFloat64m4x2, RvvFloat64m4x2Ty, 4, 64, 2)
454454

455-
//===- BFloat16 tuple types -------------------------------------------------===//
455+
//===- BFloat16 tuple types -----------------------------------------------===//
456456
RVV_VECTOR_TYPE_BFLOAT("__rvv_bfloat16mf4x2_t", RvvBFloat16mf4x2, RvvBFloat16mf4x2Ty,
457457
1, 16, 2)
458458
RVV_VECTOR_TYPE_BFLOAT("__rvv_bfloat16mf4x3_t", RvvBFloat16mf4x3, RvvBFloat16mf4x3Ty,

clang/include/clang/Basic/arm_neon_incl.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- arm_neon_incl.td - ARM NEON compiler interface ------------------------===//
1+
//===--- arm_neon_incl.td - ARM NEON compiler interface -------------------===//
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/include/clang/Serialization/PCHContainerOperations.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- Serialization/PCHContainerOperations.h - PCH Containers --*- C++ -*-===//
1+
//===-- PCHContainerOperations.h - PCH Containers ---------------*- C++ -*-===//
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/include/clang/StaticAnalyzer/Core/PathDiagnosticConsumers.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- PathDiagnosticConsumers.h - Path Diagnostic Clients ------*- C++ -*-===//
1+
//===--- PathDiagnosticConsumers.h - Path Diagnostic Clients ----*- C++ -*-===//
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/ARCMigrate/TransGCAttrs.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- TransGCAttrs.cpp - Transformations to ARC mode --------------------===//
1+
//===--- TransGCAttrs.cpp - Transformations to ARC mode -------------------===//
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/AST/Interp/ByteCodeEmitter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- ByteCodeEmitter.h - Instruction emitter for the VM ---------*- C++ -*-===//
1+
//===--- ByteCodeEmitter.h - Instruction emitter for the VM -----*- C++ -*-===//
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/AST/Interp/FunctionPointer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- FunctionPointer.h - Types for the constexpr VM ----------*- C++ -*-===//
1+
//===--- FunctionPointer.h - Types for the constexpr VM ---------*- C++ -*-===//
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/AST/Interp/PrimType.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- PrimType.h - Types for the constexpr VM --------------------*- C++ -*-===//
1+
//===--- PrimType.h - Types for the constexpr VM ----------------*- C++ -*-===//
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/ToolChains/Arch/Mips.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- Mips.h - Mips-specific Tool Helpers ----------------------*- C++ -*-===//
1+
//===--- Mips.h - Mips-specific Tool Helpers --------------------*- C++ -*-===//
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/ToolChains/Arch/Sparc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- Sparc.h - Sparc-specific Tool Helpers ----------------------*- C++ -*-===//
1+
//===--- Sparc.h - Sparc-specific Tool Helpers ------------------*- C++ -*-===//
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/Headers/llvm_libc_wrappers/assert.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===-- Wrapper for C standard assert.h declarations on the GPU ------------===//
1+
//===-- Wrapper for C standard assert.h declarations on the GPU -*- C++ -*-===//
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/Sema/AnalysisBasedWarnings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//=- AnalysisBasedWarnings.cpp - Sema warnings based on libAnalysis -*- C++ -*-=//
1+
//=== AnalysisBasedWarnings.cpp - Sema warnings based on libAnalysis ------===//
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/Sema/SemaChecking.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11527,7 +11527,7 @@ void CheckFormatHandler::EmitFormatDiagnostic(
1152711527
}
1152811528
}
1152911529

11530-
//===--- CHECK: Printf format string checking ------------------------------===//
11530+
//===--- CHECK: Printf format string checking -----------------------------===//
1153111531

1153211532
namespace {
1153311533

clang/lib/StaticAnalyzer/Checkers/DirectIvarAssignment.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//=- DirectIvarAssignment.cpp - Check rules on ObjC properties -*- C++ ----*-==//
1+
//===- DirectIvarAssignment.cpp - Check rules on ObjC properties -*- C++ -*-==//
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/StaticAnalyzer/Checkers/ObjCAutoreleaseWriteChecker.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===- ObjCAutoreleaseWriteChecker.cpp ----------------------------*- C++ -*-==//
1+
//===- ObjCAutoreleaseWriteChecker.cpp ---------------------------*- C++ -*-==//
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/StaticAnalyzer/Checkers/STLAlgorithmModeling.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===-- STLAlgorithmModeling.cpp -----------------------------------*- C++ -*--//
1+
//===-- STLAlgorithmModeling.cpp ----------------------------------*- C++ -*--//
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/StaticAnalyzer/Checkers/SimpleStreamChecker.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===-- SimpleStreamChecker.cpp -----------------------------------------*- C++ -*--//
1+
//===-- SimpleStreamChecker.cpp -----------------------------------*- C++ -*--//
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/StaticAnalyzer/Core/RangeConstraintManager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3038,7 +3038,7 @@ ProgramStateRef RangeConstraintManager::setRange(ProgramStateRef State,
30383038

30393039
//===------------------------------------------------------------------------===
30403040
// assumeSymX methods: protected interface for RangeConstraintManager.
3041-
//===------------------------------------------------------------------------===/
3041+
//===------------------------------------------------------------------------===
30423042

30433043
// The syntax for ranges below is mathematical, using [x, y] for closed ranges
30443044
// and (x, y) for open ranges. These ranges are modular, corresponding with

clang/lib/Tooling/Refactoring/AtomicChange.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- AtomicChange.cpp - AtomicChange implementation -----------------*- C++ -*-===//
1+
//===--- AtomicChange.cpp - AtomicChange implementation ---------*- C++ -*-===//
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/test/Analysis/misc-ps-region-store.mm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
// RUN: %clang_analyze_cc1 -triple x86_64-apple-darwin9 -analyzer-checker=core,alpha.core -verify -fblocks %s
33
// expected-no-diagnostics
44

5-
//===------------------------------------------------------------------------------------------===//
5+
//===----------------------------------------------------------------------===//
66
// This files tests our path-sensitive handling of Objective-c++ files.
7-
//===------------------------------------------------------------------------------------------===//
7+
//===----------------------------------------------------------------------===//
88

99
// Test basic handling of references.
1010
char &test1_aux();

clang/test/Rewriter/rewrite-modern-class.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ @interface class_has_no_ivar : root_with_ivars @end
4444

4545
@implementation class_has_no_ivar @end
4646

47-
//============================class needs to be synthesized here=====================
47+
//===================== class needs to be synthesized here =====================
4848
@interface SUPER {
4949
@public
5050
double divar;

clang/tools/clang-fuzzer/proto-to-llvm/loop_proto_to_llvm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//==-- loop_proto_to_llvm.h - Protobuf-C++ conversion ----------------------------==//
1+
//===- loop_proto_to_llvm.h - Protobuf-C++ conversion -----------*- C++ -*-===//
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/tools/diagtool/DiagTool.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===- DiagTool.cpp - Classes for defining diagtool tools -------------------===//
1+
//===- DiagTool.cpp - Classes for defining diagtool tools -----------------===//
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/unittests/AST/ASTImporterODRStrategiesTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===- unittest/AST/ASTImporterODRStrategiesTest.cpp -----------------------===//
1+
//===- ASTImporterODRStrategiesTest.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/unittests/ASTMatchers/Dynamic/RegistryTest.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
//===- unittest/ASTMatchers/Dynamic/RegistryTest.cpp - Registry unit tests -===//
1+
//===- RegistryTest.cpp - Registry unit tests -----------------------------===//
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.
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
7-
//===-----------------------------------------------------------------------===//
7+
//===----------------------------------------------------------------------===//
88

99
#include "../ASTMatchersTest.h"
1010
#include "clang/ASTMatchers/Dynamic/Registry.h"

clang/unittests/ASTMatchers/Dynamic/VariantValueTest.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
//===- unittest/ASTMatchers/Dynamic/VariantValueTest.cpp - VariantValue unit tests -===//
1+
//===- VariantValueTest.cpp - VariantValue unit tests ---------------------===//
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.
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
7-
//===-----------------------------------------------------------------------------===//
7+
//===----------------------------------------------------------------------===//
88

99
#include "../ASTMatchersTest.h"
1010
#include "clang/ASTMatchers/Dynamic/VariantValue.h"

clang/unittests/Tooling/RecursiveASTVisitorTests/CXXOperatorCallExprTraverser.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===- unittest/Tooling/RecursiveASTVisitorTests/CXXOperatorCallExprTraverser.cpp -===//
1+
//===- CXXOperatorCallExprTraverser.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/unittests/Tooling/RecursiveASTVisitorTests/CallbacksBinaryOperator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===- unittests/Tooling/RecursiveASTVisitorTests/CallbacksBinaryOperator.cpp -===//
1+
//===- CallbacksBinaryOperator.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/unittests/Tooling/RecursiveASTVisitorTests/CallbacksCompoundAssignOperator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===- unittests/Tooling/RecursiveASTVisitorTests/CallbacksCompoundAssignOperator.cpp -===//
1+
//===- CallbacksCompoundAssignOperator.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/unittests/Tooling/RecursiveASTVisitorTests/CallbacksUnaryOperator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===- unittests/Tooling/RecursiveASTVisitorTests/CallbacksUnaryOperator.cpp -===//
1+
//===- CallbacksUnaryOperator.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/unittests/Tooling/RecursiveASTVisitorTests/InitListExprPostOrderNoQueue.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===- unittest/Tooling/RecursiveASTVisitorTests/InitListExprPostOrderNoQueue.cpp -===//
1+
//===- InitListExprPostOrderNoQueue.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/unittests/Tooling/RecursiveASTVisitorTests/InitListExprPreOrderNoQueue.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===- unittest/Tooling/RecursiveASTVisitorTests/InitListExprPreOrderNoQueue.cpp -===//
1+
//===- InitListExprPreOrderNoQueue.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/unittests/Tooling/RecursiveASTVisitorTests/TemplateArgumentLocTraverser.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===- unittest/Tooling/RecursiveASTVisitorTests/TemplateArgumentLocTraverser.cpp -===//
1+
//===- TemplateArgumentLocTraverser.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.

0 commit comments

Comments
 (0)