clang
9.0.0
include
clang
StaticAnalyzer
Checkers
LocalCheckers.h
Go to the documentation of this file.
1
//==- LocalCheckers.h - Intra-Procedural+Flow-Sensitive Checkers -*- 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
//
9
// This file defines the interface to call a set of intra-procedural (local)
10
// checkers that use flow/path-sensitive analyses to find bugs.
11
//
12
//===----------------------------------------------------------------------===//
13
14
#ifndef LLVM_CLANG_STATICANALYZER_CHECKERS_LOCALCHECKERS_H
15
#define LLVM_CLANG_STATICANALYZER_CHECKERS_LOCALCHECKERS_H
16
17
namespace
clang
{
18
namespace
ento
{
19
20
class
ExprEngine;
21
22
void
RegisterCallInliner
(ExprEngine &Eng);
23
24
}
// end namespace ento
25
}
// end namespace clang
26
27
#endif
ento
clang::ento::RegisterCallInliner
void RegisterCallInliner(ExprEngine &Eng)
clang
Dataflow Directional Tag Classes.
Definition:
CFGReachabilityAnalysis.h:21
Generated on Thu Sep 19 2019 15:18:19 for clang by
1.8.13