summaryrefslogtreecommitdiffstats
path: root/clang/lib/GR/Checkers/CheckDeadStores.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib/GR/Checkers/CheckDeadStores.cpp')
-rw-r--r--clang/lib/GR/Checkers/CheckDeadStores.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/GR/Checkers/CheckDeadStores.cpp b/clang/lib/GR/Checkers/CheckDeadStores.cpp
index edcf57ceca2..d2ffd6acb47 100644
--- a/clang/lib/GR/Checkers/CheckDeadStores.cpp
+++ b/clang/lib/GR/Checkers/CheckDeadStores.cpp
@@ -24,7 +24,7 @@
#include "llvm/ADT/SmallPtrSet.h"
using namespace clang;
-using namespace GR;
+using namespace ento;
namespace {
@@ -281,7 +281,7 @@ public:
} // end anonymous namespace
-void GR::CheckDeadStores(CFG &cfg, LiveVariables &L, ParentMap &pmap,
+void ento::CheckDeadStores(CFG &cfg, LiveVariables &L, ParentMap &pmap,
BugReporter& BR) {
FindEscaped FS(&cfg);
FS.getCFG().VisitBlockStmts(FS);
OpenPOWER on IntegriCloud