File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
clang/lib/StaticAnalyzer/Frontend Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
- // ===- CheckerManager.h - Static Analyzer Checker Manager ---- ---*- C++ -*-===//
1
+ // ===- CreateCheckerManager.cpp - Checker Manager constructor ---*- C++ -*-===//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
//
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.
10
12
//
11
13
// ===----------------------------------------------------------------------===//
12
14
You can’t perform that action at this time.
0 commit comments