summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2008-04-16 18:39:25 +0000
committerTed Kremenek <kremenek@apple.com>2008-04-16 18:39:25 +0000
commit673b5c1e423c3dbcef1eeffdf20b50e9155eee96 (patch)
tree4ec0b0b166c7be26297e7cc51be204459016a7d3 /clang/lib/Analysis
parent90c7cb6810e51d5990470ed575a9ea3cb1465ec8 (diff)
downloadbcm5719-llvm-673b5c1e423c3dbcef1eeffdf20b50e9155eee96.tar.gz
bcm5719-llvm-673b5c1e423c3dbcef1eeffdf20b50e9155eee96.zip
Add missing file.
llvm-svn: 49805
Diffstat (limited to 'clang/lib/Analysis')
-rw-r--r--clang/lib/Analysis/GRTransferFuncs.cpp19
1 files changed, 19 insertions, 0 deletions
diff --git a/clang/lib/Analysis/GRTransferFuncs.cpp b/clang/lib/Analysis/GRTransferFuncs.cpp
new file mode 100644
index 00000000000..d11d18d5cb8
--- /dev/null
+++ b/clang/lib/Analysis/GRTransferFuncs.cpp
@@ -0,0 +1,19 @@
+//== GRTransferFuncs.cpp - Path-Sens. Transfer Functions Interface -*- C++ -*--=
+//
+// The LLVM Compiler Infrastructure
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+//
+// This file defines GRTransferFuncs, which provides a base-class that
+// defines an interface for transfer functions used by GRExprEngine.
+//
+//===----------------------------------------------------------------------===//
+
+#include "clang/Analysis/PathSensitive/GRTransferFuncs.h"
+
+using namespace clang;
+
+void GRTransferFuncs::RegisterChecks(GRExprEngine& Eng) {}
OpenPOWER on IntegriCloud