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.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/lib/GR/Checkers/CheckDeadStores.cpp b/clang/lib/GR/Checkers/CheckDeadStores.cpp
index 7e90781bd30..44fdb3afbba 100644
--- a/clang/lib/GR/Checkers/CheckDeadStores.cpp
+++ b/clang/lib/GR/Checkers/CheckDeadStores.cpp
@@ -24,6 +24,7 @@
#include "llvm/ADT/SmallPtrSet.h"
using namespace clang;
+using namespace GR;
namespace {
@@ -280,7 +281,7 @@ public:
} // end anonymous namespace
-void clang::CheckDeadStores(CFG &cfg, LiveVariables &L, ParentMap &pmap,
+void GR::CheckDeadStores(CFG &cfg, LiveVariables &L, ParentMap &pmap,
BugReporter& BR) {
FindEscaped FS(&cfg);
FS.getCFG().VisitBlockStmts(FS);
OpenPOWER on IntegriCloud