diff options
author | Douglas Gregor <dgregor@apple.com> | 2012-11-30 22:11:57 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2012-11-30 22:11:57 +0000 |
commit | 4565e487531c7bf6d348dbe9f5529784966fc7ae (patch) | |
tree | a5f8b2e873fe6337f779643ef31b1df1461b4812 /include/clang/Frontend | |
parent | 6c3254316de2d0d554b19702f4b10117ae46b77b (diff) |
Rename ModuleBuildPath -> ModuleBuildStack. Thanks, Dmitri!
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169045 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Frontend')
-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, |