summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Core/CheckerContext.cpp
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2011-11-02 12:04:24 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2011-11-02 12:04:24 +0000
commita4eadc5aa590ac02768cafb68b6446c3d7ca146d (patch)
treeb4ba6503c9fd52beb3f3128931b7ba4c95bfeaee /clang/lib/StaticAnalyzer/Core/CheckerContext.cpp
parentae4e800c5bbcdeb221304b2d2e99f239393beaa0 (diff)
downloadbcm5719-llvm-a4eadc5aa590ac02768cafb68b6446c3d7ca146d.tar.gz
bcm5719-llvm-a4eadc5aa590ac02768cafb68b6446c3d7ca146d.zip
Remove virtually empty file.
llvm-svn: 143538
Diffstat (limited to 'clang/lib/StaticAnalyzer/Core/CheckerContext.cpp')
-rw-r--r--clang/lib/StaticAnalyzer/Core/CheckerContext.cpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/clang/lib/StaticAnalyzer/Core/CheckerContext.cpp b/clang/lib/StaticAnalyzer/Core/CheckerContext.cpp
deleted file mode 100644
index 9a61925a567..00000000000
--- a/clang/lib/StaticAnalyzer/Core/CheckerContext.cpp
+++ /dev/null
@@ -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;
OpenPOWER on IntegriCloud