]> granicus.if.org Git - clang/commit
Move PragmaCommentHandler to lib/Parse in preparation for calling Sema
authorReid Kleckner <reid@kleckner.net>
Mon, 6 May 2013 21:02:12 +0000 (21:02 +0000)
committerReid Kleckner <reid@kleckner.net>
Mon, 6 May 2013 21:02:12 +0000 (21:02 +0000)
commit7adf79a620cb7fbde0608e21727425930676b7db
tree32a98df7fe7e34c81142653890023628fc9cdebd
parentbdfdb1da9763b3d0966eb61e9fa0fa7804f9eb9b
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
include/clang/Basic/DiagnosticLexKinds.td
include/clang/Basic/DiagnosticParseKinds.td
include/clang/Lex/Preprocessor.h
include/clang/Parse/Parser.h
lib/Lex/Pragma.cpp
lib/Parse/ParsePragma.cpp
lib/Parse/ParsePragma.h
lib/Parse/Parser.cpp