[cfe-commits] r143538 - in /cfe/trunk/lib/StaticAnalyzer/Core: CMakeLists.txt CheckerContext.cpp
Benjamin Kramer
benny.kra at googlemail.com
Wed Nov 2 05:04:24 PDT 2011
Author: d0k
Date: Wed Nov 2 07:04:24 2011
New Revision: 143538
URL: http://llvm.org/viewvc/llvm-project?rev=143538&view=rev
Log:
Remove virtually empty file.
Removed:
cfe/trunk/lib/StaticAnalyzer/Core/CheckerContext.cpp
Modified:
cfe/trunk/lib/StaticAnalyzer/Core/CMakeLists.txt
Modified: cfe/trunk/lib/StaticAnalyzer/Core/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/StaticAnalyzer/Core/CMakeLists.txt?rev=143538&r1=143537&r2=143538&view=diff
==============================================================================
--- cfe/trunk/lib/StaticAnalyzer/Core/CMakeLists.txt (original)
+++ cfe/trunk/lib/StaticAnalyzer/Core/CMakeLists.txt Wed Nov 2 07:04:24 2011
@@ -11,7 +11,6 @@
BugReporter.cpp
BugReporterVisitors.cpp
Checker.cpp
- CheckerContext.cpp
CheckerHelpers.cpp
CheckerManager.cpp
CheckerRegistry.cpp
Removed: cfe/trunk/lib/StaticAnalyzer/Core/CheckerContext.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/StaticAnalyzer/Core/CheckerContext.cpp?rev=143537&view=auto
==============================================================================
--- cfe/trunk/lib/StaticAnalyzer/Core/CheckerContext.cpp (original)
+++ cfe/trunk/lib/StaticAnalyzer/Core/CheckerContext.cpp (removed)
@@ -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;
More information about the cfe-commits
mailing list