forked from OSchip/llvm-project
parent
ae4e800c5b
commit
a4eadc5aa5
|
@ -11,7 +11,6 @@ add_clang_library(clangStaticAnalyzerCore
|
|||
BugReporter.cpp
|
||||
BugReporterVisitors.cpp
|
||||
Checker.cpp
|
||||
CheckerContext.cpp
|
||||
CheckerHelpers.cpp
|
||||
CheckerManager.cpp
|
||||
CheckerRegistry.cpp
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
//== CheckerContext.cpp - Context info for path-sensitive checkers-----------=//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
// This file is distributed under the University of Illinois Open Source
|
||||
// License. See LICENSE.TXT for details.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// This file defines CheckerContext that provides contextual info for
|
||||
// path-sensitive checkers.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h"
|
||||
using namespace clang;
|
||||
using namespace ento;
|
Loading…
Reference in New Issue