diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2011-11-02 12:04:24 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2011-11-02 12:04:24 +0000 |
commit | a4eadc5aa590ac02768cafb68b6446c3d7ca146d (patch) | |
tree | b4ba6503c9fd52beb3f3128931b7ba4c95bfeaee /clang/lib/StaticAnalyzer/Core/CheckerContext.cpp | |
parent | ae4e800c5bbcdeb221304b2d2e99f239393beaa0 (diff) | |
download | bcm5719-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.cpp | 17 |
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; |