aboutsummaryrefslogtreecommitdiff
path: root/include/clang/AST/RawCommentList.h
AgeCommit message (Expand)Author
2013-04-10-fparse-all-comments: remove redundant check, as suggested by Fariborz JahanianDmitri Gribenko
2013-04-10Add an option to parse all comments as documentation commentsDmitri Gribenko
2012-09-29Move the 'find macro by spelling' infrastructure to the Preprocessor class andDmitri Gribenko
2012-09-09RawCommentList: don't copy the whole new RawComment to LastComment each time.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-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 RawCommentList::BriefTextValid when deserializing AST.Dmitri Gribenko
2012-06-26Implement a lexer for structured comments.Dmitri Gribenko
2012-06-22Correct include guard to reflect new directory nameDmitri Gribenko
2012-06-21VC9 does not like heterogenous compare function objects.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