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++ -*-===//
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
You can’t perform that action at this time.
0 commit comments