|
clang 22.0.0git
|
#include "ASTUtils.h"#include "DiagOutputUtils.h"#include "PtrTypesSemantics.h"#include "clang/AST/CXXInheritance.h"#include "clang/AST/DynamicRecursiveASTVisitor.h"#include "clang/AST/StmtVisitor.h"#include "clang/StaticAnalyzer/Checkers/BuiltinCheckerRegistration.h"#include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"#include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"#include "clang/StaticAnalyzer/Core/Checker.h"#include "llvm/ADT/DenseSet.h"#include "llvm/ADT/SetVector.h"#include <optional>