aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Lex/Preprocessor.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-01-26 05:29:08 +0000
committerChris Lattner <sabre@nondot.org>2009-01-26 05:29:08 +0000
commit359cc4475487ea0a660b3e8918334a2866e71c66 (patch)
treed2b3bd649852d8704cbe485443e4fd3a70c239c8 /include/clang/Lex/Preprocessor.h
parent91f1dc4f9424f6345f9c6ff00063b8d7c6008ca1 (diff)
parse and enforce required constraints on #line directives. Right now
we just discard them. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62999 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 2954c676e8..8081759e96 100644
--- a/include/clang/Lex/Preprocessor.h
+++ b/include/clang/Lex/Preprocessor.h
@@ -691,6 +691,7 @@ private:
/// should side-effect the current preprocessor object so that the next call
/// to Lex() will return the appropriate token next.
+ void HandleLineDirective(Token &Tok);
void HandleUserDiagnosticDirective(Token &Tok, bool isWarning);
void HandleIdentSCCSDirective(Token &Tok);