[clang] cad1de5 - [NFC][analyzer] Fix header comment in CreateCheckerManager.cpp (#129055)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 27 06:12:14 PST 2025
Author: DonĂ¡t Nagy
Date: 2025-02-27T15:12:10+01:00
New Revision: cad1de50ba06db8288da0e20c9aeffed328b8fce
URL: https://github.com/llvm/llvm-project/commit/cad1de50ba06db8288da0e20c9aeffed328b8fce
DIFF: https://github.com/llvm/llvm-project/commit/cad1de50ba06db8288da0e20c9aeffed328b8fce.diff
LOG: [NFC][analyzer] Fix header comment in CreateCheckerManager.cpp (#129055)
Apparently it was copied from `CheckerManager.h` without changes.
Added:
Modified:
clang/lib/StaticAnalyzer/Frontend/CreateCheckerManager.cpp
Removed:
################################################################################
diff --git a/clang/lib/StaticAnalyzer/Frontend/CreateCheckerManager.cpp b/clang/lib/StaticAnalyzer/Frontend/CreateCheckerManager.cpp
index f60221ad7587e..7ca7f09b6eb23 100644
--- a/clang/lib/StaticAnalyzer/Frontend/CreateCheckerManager.cpp
+++ b/clang/lib/StaticAnalyzer/Frontend/CreateCheckerManager.cpp
@@ -1,4 +1,4 @@
-//===- CheckerManager.h - Static Analyzer Checker Manager -------*- C++ -*-===//
+//===- CreateCheckerManager.cpp - Checker Manager constructor ---*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
@@ -6,7 +6,9 @@
//
//===----------------------------------------------------------------------===//
//
-// Defines the Static Analyzer Checker Manager.
+// Defines the constructors and the destructor of the Static Analyzer Checker
+// Manager which cannot be placed under 'Core' because they depend on the
+// CheckerRegistry.
//
//===----------------------------------------------------------------------===//
More information about the cfe-commits
mailing list