aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/RawCommentList.cpp
AgeCommit message (Expand)Author
2013-05-03[Doc parsing] Provide diagnostics for unknown documentation Fariborz Jahanian
2013-04-26Comment parsing: -fparse-all-comments: recognize empty line commentsDmitri Gribenko
2013-04-10Add an option to parse all comments as documentation commentsDmitri Gribenko
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2012-09-29Move the 'find macro by spelling' infrastructure to the Preprocessor class andDmitri Gribenko
2012-09-10Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.Dmitri Gribenko
2012-09-09RawCommentList: don't copy the whole new RawComment to LastComment each time.Dmitri Gribenko
2012-08-31Remove the useless CommentOptions class.Dmitri Gribenko
2012-08-28Merging consecutive comments: be more conservative.Dmitri Gribenko
2012-08-14Attaching comments to redeclarations: fix wrong assumptionsDmitri Gribenko
2012-08-11Attaching comments to declarations: find comment attached to any redeclarationDmitri Gribenko
2012-08-09Comment parsing: extract TableGen'able pieces into new CommandTraits class.Dmitri Gribenko
2012-07-27Implement resolving of HTML character references (named: &, decimal: *,Dmitri Gribenko
2012-07-11Enable comment parsing and semantic analysis to emit diagnostics. A fewDmitri Gribenko
2012-07-06Don't store pointers into a std::vector (RawCommentList::Comments). AlthoughDmitri Gribenko
2012-07-04Renamed RawComment kinds to avoid name clash.Abramo Bagnara
2012-07-02Add a new libclang completion API to get brief documentation comment that isDmitri Gribenko
2012-06-27Initialize RawComment::BriefTextValid in other constructor, too.Dmitri Gribenko
2012-06-26Implement a lexer for structured comments.Dmitri Gribenko
2012-06-21Handle include directive with comments. It turns out that in this case comme...Dmitri Gribenko
2012-06-21VC9 does not like heterogenous compare function objects.Dmitri Gribenko
2012-06-21RawCommentList::addComment: fix the assertion so it actually checks that new ...Dmitri Gribenko
2012-06-20Remove unused ASTContext& arg in RawCommentList::addComment, as pointed out b...Dmitri Gribenko
2012-06-20Fix a big layering violation introduced by r158771.Chandler Carruth