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

