forked from OSchip/llvm-project
[analyzer] lib/StaticAnalyzer/Checkers/ExprEngineExperimentalChecks.h -> lib/StaticAnalyzer/Checkers/ExperimentalChecks.h
llvm-svn: 125122
This commit is contained in:
parent
f99d595cfd
commit
f410a6299f
|
@ -14,7 +14,7 @@
|
|||
#include "clang/StaticAnalyzer/BugReporter/BugReporter.h"
|
||||
|
||||
// FIXME: Restructure checker registration.
|
||||
#include "Checkers/ExprEngineExperimentalChecks.h"
|
||||
#include "Checkers/ExperimentalChecks.h"
|
||||
|
||||
#include "clang/Basic/SourceManager.h"
|
||||
#include "llvm/ADT/SmallPtrSet.h"
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#include "clang/StaticAnalyzer/PathDiagnosticClients.h"
|
||||
|
||||
// FIXME: Restructure checker registration.
|
||||
#include "ExprEngineExperimentalChecks.h"
|
||||
#include "ExperimentalChecks.h"
|
||||
#include "InternalChecks.h"
|
||||
|
||||
#include "clang/Basic/FileManager.h"
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "ExprEngineExperimentalChecks.h"
|
||||
#include "ExperimentalChecks.h"
|
||||
#include "clang/StaticAnalyzer/BugReporter/BugType.h"
|
||||
#include "clang/StaticAnalyzer/PathSensitive/CheckerVisitor.h"
|
||||
#include "clang/StaticAnalyzer/PathSensitive/GRStateTrait.h"
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "ExprEngineExperimentalChecks.h"
|
||||
#include "ExperimentalChecks.h"
|
||||
#include "clang/StaticAnalyzer/BugReporter/BugType.h"
|
||||
#include "clang/StaticAnalyzer/PathSensitive/CheckerVisitor.h"
|
||||
#include "clang/StaticAnalyzer/PathSensitive/GRState.h"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//=-- ExprEngineExperimentalChecks.h ------------------------------*- C++ -*-=
|
||||
//=-- ExperimentalChecks.h ----------------------------------------*- C++ -*-=//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
|
@ -1,4 +1,4 @@
|
|||
//=-- ExprEngineExperimentalChecks.h ------------------------------*- C++ -*-=
|
||||
//=-- ExperimentalChecks.h ----------------------------------------*- C++ -*-=//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
@ -13,7 +13,7 @@
|
|||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "InternalChecks.h"
|
||||
#include "ExprEngineExperimentalChecks.h"
|
||||
#include "ExperimentalChecks.h"
|
||||
#include "clang/StaticAnalyzer/Checkers/LocalCheckers.h"
|
||||
|
||||
using namespace clang;
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
// - Finer grained false positive control (levels)
|
||||
// - Handling ~0 values
|
||||
|
||||
#include "ExprEngineExperimentalChecks.h"
|
||||
#include "ExperimentalChecks.h"
|
||||
#include "clang/Analysis/CFGStmtMap.h"
|
||||
#include "clang/Analysis/Analyses/PseudoConstantAnalysis.h"
|
||||
#include "clang/StaticAnalyzer/BugReporter/BugReporter.h"
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "ExprEngineExperimentalChecks.h"
|
||||
#include "ExperimentalChecks.h"
|
||||
#include "clang/StaticAnalyzer/BugReporter/BugType.h"
|
||||
#include "clang/StaticAnalyzer/PathSensitive/CheckerVisitor.h"
|
||||
#include "clang/StaticAnalyzer/PathSensitive/GRState.h"
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
#include "clang/StaticAnalyzer/PathSensitive/CheckerVisitor.h"
|
||||
#include "clang/StaticAnalyzer/BugReporter/BugReporter.h"
|
||||
#include "clang/StaticAnalyzer/PathSensitive/GRStateTrait.h"
|
||||
#include "ExprEngineExperimentalChecks.h"
|
||||
#include "ExperimentalChecks.h"
|
||||
#include "llvm/ADT/ImmutableSet.h"
|
||||
|
||||
using namespace clang;
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "ExprEngineExperimentalChecks.h"
|
||||
#include "ExperimentalChecks.h"
|
||||
#include "clang/StaticAnalyzer/BugReporter/BugType.h"
|
||||
#include "clang/StaticAnalyzer/PathSensitive/CheckerVisitor.h"
|
||||
#include "clang/StaticAnalyzer/PathSensitive/GRState.h"
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#include "clang/StaticAnalyzer/PathSensitive/SVals.h"
|
||||
#include "clang/StaticAnalyzer/PathSensitive/CheckerHelpers.h"
|
||||
#include "clang/StaticAnalyzer/BugReporter/BugReporter.h"
|
||||
#include "ExprEngineExperimentalChecks.h"
|
||||
#include "ExperimentalChecks.h"
|
||||
#include "llvm/ADT/SmallPtrSet.h"
|
||||
|
||||
// The number of CFGBlock pointers we want to reserve memory for. This is used
|
||||
|
|
Loading…
Reference in New Issue