comparison tools/clang/lib/Parse/Parser.cpp @ 53:f679cc5126db

include setjmp.h automatically
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Sat, 18 Jan 2014 23:56:19 +0900
parents c22698ecb2a9
children d48478628b39
comparison
equal deleted inserted replaced
52:c22698ecb2a9 53:f679cc5126db
20 #include "clang/Sema/DeclSpec.h" 20 #include "clang/Sema/DeclSpec.h"
21 #include "clang/Sema/ParsedTemplate.h" 21 #include "clang/Sema/ParsedTemplate.h"
22 #include "clang/Sema/Scope.h" 22 #include "clang/Sema/Scope.h"
23 #include "llvm/Support/raw_ostream.h" 23 #include "llvm/Support/raw_ostream.h"
24 using namespace clang; 24 using namespace clang;
25
26 25
27 namespace { 26 namespace {
28 /// \brief A comment handler that passes comments found by the preprocessor 27 /// \brief A comment handler that passes comments found by the preprocessor
29 /// to the parser action. 28 /// to the parser action.
30 class ActionCommentHandler : public CommentHandler { 29 class ActionCommentHandler : public CommentHandler {