diff options
author | Reid Kleckner <reid@kleckner.net> | 2013-05-06 21:02:12 +0000 |
---|---|---|
committer | Reid Kleckner <reid@kleckner.net> | 2013-05-06 21:02:12 +0000 |
commit | 7adf79a620cb7fbde0608e21727425930676b7db (patch) | |
tree | 32a98df7fe7e34c81142653890023628fc9cdebd /include/clang/Lex/Preprocessor.h | |
parent | bdfdb1da9763b3d0966eb61e9fa0fa7804f9eb9b (diff) |
Move PragmaCommentHandler to lib/Parse in preparation for calling Sema
Summary:
No functionality change. The existing tests for this pragma only verify
that we can preprocess it.
Reviewers: rsmith
CC: cfe-commits
Differential Revision: http://llvm-reviews.chandlerc.com/D751
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@181246 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Lex/Preprocessor.h')
-rw-r--r-- | include/clang/Lex/Preprocessor.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/clang/Lex/Preprocessor.h b/include/clang/Lex/Preprocessor.h index aa84b23fe8..c5981777cd 100644 --- a/include/clang/Lex/Preprocessor.h +++ b/include/clang/Lex/Preprocessor.h @@ -1452,7 +1452,6 @@ public: void HandlePragmaPoison(Token &PoisonTok); void HandlePragmaSystemHeader(Token &SysHeaderTok); void HandlePragmaDependency(Token &DependencyTok); - void HandlePragmaComment(Token &CommentTok); void HandlePragmaPushMacro(Token &Tok); void HandlePragmaPopMacro(Token &Tok); void HandlePragmaIncludeAlias(Token &Tok); |