diff options
Diffstat (limited to 'lib/GR/HTMLDiagnostics.cpp')
-rw-r--r-- | lib/GR/HTMLDiagnostics.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/GR/HTMLDiagnostics.cpp b/lib/GR/HTMLDiagnostics.cpp index 0c059ffd1f..72a854a85d 100644 --- a/lib/GR/HTMLDiagnostics.cpp +++ b/lib/GR/HTMLDiagnostics.cpp @@ -26,7 +26,7 @@ #include "llvm/Support/Path.h" using namespace clang; -using namespace GR; +using namespace ento; //===----------------------------------------------------------------------===// // Boilerplate. @@ -78,8 +78,8 @@ HTMLDiagnostics::HTMLDiagnostics(const std::string& prefix, } PathDiagnosticClient* -GR::createHTMLDiagnosticClient(const std::string& prefix, - const Preprocessor &PP) { +ento::createHTMLDiagnosticClient(const std::string& prefix, + const Preprocessor &PP) { return new HTMLDiagnostics(prefix, PP); } |