clang
10.0.0git
lib
StaticAnalyzer
Checkers
InterCheckerAPI.h
Go to the documentation of this file.
1
//==--- InterCheckerAPI.h ---------------------------------------*- C++ -*-==//
2
//
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
// See https://llvm.org/LICENSE.txt for license information.
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
//
7
//===----------------------------------------------------------------------===//
8
// This file allows introduction of checker dependencies. It contains APIs for
9
// inter-checker communications.
10
//===----------------------------------------------------------------------===//
11
12
#ifndef LLVM_CLANG_LIB_STATICANALYZER_CHECKERS_INTERCHECKERAPI_H
13
#define LLVM_CLANG_LIB_STATICANALYZER_CHECKERS_INTERCHECKERAPI_H
14
namespace
clang
{
15
class
CheckerManager;
16
17
namespace
ento
{
18
19
/// Register the part of MallocChecker connected to InnerPointerChecker.
20
void
registerInnerPointerCheckerAux
(CheckerManager &Mgr);
21
22
}}
23
#endif
/* INTERCHECKERAPI_H_ */
ento
clang::ento::registerInnerPointerCheckerAux
void registerInnerPointerCheckerAux(CheckerManager &Mgr)
Register the part of MallocChecker connected to InnerPointerChecker.
Definition:
MallocChecker.cpp:3398
clang
Dataflow Directional Tag Classes.
Definition:
CFGReachabilityAnalysis.h:21
Generated on Thu Feb 13 2020 14:07:57 for clang by
1.8.13