Skip to content

Commit cad1de5

Browse files
authored
[NFC][analyzer] Fix header comment in CreateCheckerManager.cpp (#129055)
Apparently it was copied from `CheckerManager.h` without changes.
1 parent 447abfc commit cad1de5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

clang/lib/StaticAnalyzer/Frontend/CreateCheckerManager.cpp

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
//===- CheckerManager.h - Static Analyzer Checker Manager -------*- C++ -*-===//
1+
//===- CreateCheckerManager.cpp - Checker Manager constructor ---*- 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.
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
88
//
9-
// Defines the Static Analyzer Checker Manager.
9+
// Defines the constructors and the destructor of the Static Analyzer Checker
10+
// Manager which cannot be placed under 'Core' because they depend on the
11+
// CheckerRegistry.
1012
//
1113
//===----------------------------------------------------------------------===//
1214

0 commit comments

Comments
 (0)