summaryrefslogtreecommitdiffstats
path: root/clang/lib/Lex/PPLexerChange.cpp
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2013-01-04 18:58:28 +0000
committerDouglas Gregor <dgregor@apple.com>2013-01-04 18:58:28 +0000
commit8f1f3331dc00833ea74359ec39cc46c31de5f166 (patch)
treeb14c353b8a89cea1692c3be9823d6f1d96a162df /clang/lib/Lex/PPLexerChange.cpp
parentf6e6655f372b16bd72b886f2d9a3520fcbb57582 (diff)
downloadbcm5719-llvm-8f1f3331dc00833ea74359ec39cc46c31de5f166.tar.gz
bcm5719-llvm-8f1f3331dc00833ea74359ec39cc46c31de5f166.zip
Add the module name to the 'incomplete umbrella header' warning.
llvm-svn: 171497
Diffstat (limited to 'clang/lib/Lex/PPLexerChange.cpp')
-rw-r--r--clang/lib/Lex/PPLexerChange.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Lex/PPLexerChange.cpp b/clang/lib/Lex/PPLexerChange.cpp
index 0ce67dce7e6..be4defe7864 100644
--- a/clang/lib/Lex/PPLexerChange.cpp
+++ b/clang/lib/Lex/PPLexerChange.cpp
@@ -395,7 +395,7 @@ bool Preprocessor::HandleEndOfFile(Token &Result, bool isEndOfMacro) {
SmallString<128> RelativePath;
computeRelativePath(FileMgr, Dir, Header, RelativePath);
Diag(StartLoc, diag::warn_uncovered_module_header)
- << RelativePath;
+ << Mod->getFullModuleName() << RelativePath;
}
}
}
OpenPOWER on IntegriCloud