Kaydet (Commit) b8ca3737 authored tarafından Andrzej Hunt's avatar Andrzej Hunt Kaydeden (comit) Stephan Bergmann

DiagnosticsEngine::getCustomDiagID isn't const, so don't pass in const engine.

Change-Id: I7e4494b7f1cb62ab27851e34ab4dc6be8e04e1fa
Signed-off-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst 470b393f
......@@ -46,7 +46,7 @@ inline clang::QualType getParamType(
}
inline unsigned getCustomDiagID(
clang::DiagnosticsEngine const & engine, clang::DiagnosticsEngine::Level L,
clang::DiagnosticsEngine & engine, clang::DiagnosticsEngine::Level L,
llvm::StringRef FormatString)
{
#if (__clang_major__ == 3 && __clang_minor__ >= 5) || __clang_major__ > 3
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment