summaryrefslogtreecommitdiffstats
path: root/include/clang/Lex/Preprocessor.h
diff options
context:
space:
mode:
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>2017-04-27 22:29:10 +0000
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>2017-04-27 22:29:10 +0000
commitc5a1b98af41696441c247686a80357f478fb000c (patch)
treed47fcc246f13d83cae853f1a694d6058e1509cb6 /include/clang/Lex/Preprocessor.h
parent7af3afd004e82e9303f02c2713d8cacd8215f1bd (diff)
[Modules] Refactor logic for incomplete umbrella warnings. NFC
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@301596 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Lex/Preprocessor.h')
-rw-r--r--include/clang/Lex/Preprocessor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clang/Lex/Preprocessor.h b/include/clang/Lex/Preprocessor.h
index f48cab6837..67b947bf84 100644
--- a/include/clang/Lex/Preprocessor.h
+++ b/include/clang/Lex/Preprocessor.h
@@ -1602,6 +1602,7 @@ private:
*Ident_AbnormalTermination;
const char *getCurLexerEndPos();
+ void diagnoseMissingHeaderInUmbrellaDir(const Module &Mod);
public:
void PoisonSEHIdentifiers(bool Poison = true); // Borland