aboutsummaryrefslogtreecommitdiff
path: root/lib/Checker/HTMLDiagnostics.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Checker/HTMLDiagnostics.cpp')
-rw-r--r--lib/Checker/HTMLDiagnostics.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Checker/HTMLDiagnostics.cpp b/lib/Checker/HTMLDiagnostics.cpp
index 6b0bb7db2d..c6223695d8 100644
--- a/lib/Checker/HTMLDiagnostics.cpp
+++ b/lib/Checker/HTMLDiagnostics.cpp
@@ -77,7 +77,7 @@ HTMLDiagnostics::HTMLDiagnostics(const std::string& prefix,
}
PathDiagnosticClient*
-clang::CreateHTMLDiagnosticClient(const std::string& prefix,
+clang::createHTMLDiagnosticClient(const std::string& prefix,
const Preprocessor &PP) {
return new HTMLDiagnostics(prefix, PP);
}