diff options
Diffstat (limited to 'include/clang/Frontend/DiagnosticRenderer.h')
-rw-r--r-- | include/clang/Frontend/DiagnosticRenderer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Frontend/DiagnosticRenderer.h b/include/clang/Frontend/DiagnosticRenderer.h index f46eb5c500..4c22e2a3c9 100644 --- a/include/clang/Frontend/DiagnosticRenderer.h +++ b/include/clang/Frontend/DiagnosticRenderer.h @@ -113,7 +113,7 @@ private: void emitImportStack(SourceLocation Loc, const SourceManager &SM); void emitImportStackRecursively(SourceLocation Loc, StringRef ModuleName, const SourceManager &SM); - void emitModuleBuildPath(const SourceManager &SM); + void emitModuleBuildStack(const SourceManager &SM); void emitMacroExpansionsAndCarets(SourceLocation Loc, DiagnosticsEngine::Level Level, SmallVectorImpl<CharSourceRange>& Ranges, |