[analyzer] lib/StaticAnalyzer/Checkers/ExprEngineExperimentalChecks.h -> lib/StaticAnalyzer/Checkers/ExperimentalChecks.h

llvm-svn: 125122
This commit is contained in:
Argyrios Kyrtzidis 2011-02-08 22:30:11 +00:00
parent f99d595cfd
commit f410a6299f
11 changed files with 12 additions and 12 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -1,4 +1,4 @@
//=-- ExprEngineExperimentalChecks.h ------------------------------*- C++ -*-=
//=-- ExperimentalChecks.h ----------------------------------------*- C++ -*-=//
//
// The LLVM Compiler Infrastructure
//

View File

@ -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;

View File

@ -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"

View File

@ -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"

View File

@ -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;

View File

@ -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"

View File

@ -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