Mercurial > hg > CbC > CbC_llvm
diff 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 |
line wrap: on
line diff
--- a/tools/clang/lib/Parse/Parser.cpp Wed Jan 15 21:01:33 2014 +0900 +++ b/tools/clang/lib/Parse/Parser.cpp Sat Jan 18 23:56:19 2014 +0900 @@ -23,7 +23,6 @@ #include "llvm/Support/raw_ostream.h" using namespace clang; - namespace { /// \brief A comment handler that passes comments found by the preprocessor /// to the parser action.