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. // //===----------------------------------------------------------------------===// _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits