summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2009-06-17 22:06:03 +0000
committerTed Kremenek <kremenek@apple.com>2009-06-17 22:06:03 +0000
commitd0d4cfc8e74bd1a9d9df8e2f64e2e28bddbd95da (patch)
tree68a4fb72a553ce4eed15bab468082685252c95ed
parent609df30929039982decd28f6c0bfc273c7dafac7 (diff)
downloadbcm5719-llvm-d0d4cfc8e74bd1a9d9df8e2f64e2e28bddbd95da.tar.gz
bcm5719-llvm-d0d4cfc8e74bd1a9d9df8e2f64e2e28bddbd95da.zip
Class 'Environment' no longer should subclass llvm::FoldingSetNode.
Environment hasn't been uniqued in a FoldingSet for some time, so this was just wasting a pointer in GRState. llvm-svn: 73645
-rw-r--r--clang/include/clang/Analysis/PathSensitive/Environment.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/include/clang/Analysis/PathSensitive/Environment.h b/clang/include/clang/Analysis/PathSensitive/Environment.h
index fde8b167f3c..f94792a0cbf 100644
--- a/clang/include/clang/Analysis/PathSensitive/Environment.h
+++ b/clang/include/clang/Analysis/PathSensitive/Environment.h
@@ -30,9 +30,8 @@ class EnvironmentManager;
class BasicValueFactory;
class LiveVariables;
-class Environment : public llvm::FoldingSetNode {
+class Environment {
private:
-
friend class EnvironmentManager;
// Type definitions.
OpenPOWER on IntegriCloud