commit | ca08fba4141f1d3ae6193b3c81fb6ba8fb10d7dc | [log] [tgz] |
---|---|---|
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Wed Dec 22 18:53:20 2010 +0000 |
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Wed Dec 22 18:53:20 2010 +0000 |
tree | f698b3925e75c9dd7191c220008b8e569fa6f083 | |
parent | a700e976b658860418bc145ec0bdacd4f1db3264 [diff] [blame] |
[analyzer] Refactoring: Move stuff into namespace 'GR'. llvm-svn: 122423
diff --git a/clang/lib/GR/BugReporter.cpp b/clang/lib/GR/BugReporter.cpp index 41381d7..4321823 100644 --- a/clang/lib/GR/BugReporter.cpp +++ b/clang/lib/GR/BugReporter.cpp
@@ -30,6 +30,7 @@ #include <queue> using namespace clang; +using namespace GR; BugReporterVisitor::~BugReporterVisitor() {} BugReporterContext::~BugReporterContext() {