aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Lex/Preprocessor.h
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2012-03-18 03:10:37 +0000
committerAaron Ballman <aaron@aaronballman.com>2012-03-18 03:10:37 +0000
commit4207edaf03da28fa917a94b31c5c1eef0e6417dc (patch)
tree6ef077c681ac392a208b6e627b9260cd26155e8f /include/clang/Lex/Preprocessor.h
parent07b49a88df1bad9305696f360f46cbe3b722ba40 (diff)
Turns #import in MS Mode into an error.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@153009 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 2abf74ed0a..fa9c417af5 100644
--- a/include/clang/Lex/Preprocessor.h
+++ b/include/clang/Lex/Preprocessor.h
@@ -1250,6 +1250,7 @@ private:
void HandleIncludeNextDirective(SourceLocation HashLoc, Token &Tok);
void HandleIncludeMacrosDirective(SourceLocation HashLoc, Token &Tok);
void HandleImportDirective(SourceLocation HashLoc, Token &Tok);
+ void HandleMicrosoftImportDirective(Token &Tok);
// Macro handling.
void HandleDefineDirective(Token &Tok);