summaryrefslogtreecommitdiffstats
path: root/include/clang/AST/RawCommentList.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove deprecated APIStephen Kelly2018-09-061-8/+0
* Mark up deprecated methods as suchStephen Kelly2018-08-091-2/+8
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-1/+1
* Add getEndLoc API to replace getLocEndStephen Kelly2018-08-091-1/+2
* Add getBeginLoc API to replace getLocStartStephen Kelly2018-08-091-1/+2
* [AST] Added a helper to extract a user-friendly text of a comment.Ilya Biryukov2018-05-161-0/+24
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-3/+3
* [NFC] Move CommentOpts checks to the call sites that depend on it. (Re-applyi...David L. Jones2018-03-021-18/+6
* Revert r326501 due to buildbot breakage.David L. Jones2018-03-011-6/+17
* [NFC] Move CommentOpts checks to the call sites that depend on it.David L. Jones2018-03-011-17/+6
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* Comment parsing: when comment ranges are deserialized from multiple modules,Dmitri Gribenko2014-03-271-3/+1
* Refactor comment merging.Benjamin Kramer2013-09-281-24/+7
* -fparse-all-comments: remove redundant check, as suggested by Fariborz JahanianDmitri Gribenko2013-04-101-1/+1
* Add an option to parse all comments as documentation commentsDmitri Gribenko2013-04-101-5/+17
* Move the 'find macro by spelling' infrastructure to the Preprocessor class andDmitri Gribenko2012-09-291-1/+3
* RawCommentList: don't copy the whole new RawComment to LastComment each time.Dmitri Gribenko2012-09-091-1/+1
* Attaching comments to redeclarations: fix wrong assumptionsDmitri Gribenko2012-08-141-21/+9
* Attaching comments to declarations: find comment attached to any redeclarationDmitri Gribenko2012-08-111-7/+28
* Enable comment parsing and semantic analysis to emit diagnostics. A fewDmitri Gribenko2012-07-111-1/+12
* Don't store pointers into a std::vector (RawCommentList::Comments). AlthoughDmitri Gribenko2012-07-061-4/+8
* Renamed RawComment kinds to avoid name clash.Abramo Bagnara2012-07-041-12/+12
* Add a new libclang completion API to get brief documentation comment that isDmitri Gribenko2012-07-021-3/+3
* Initialize RawCommentList::BriefTextValid when deserializing AST.Dmitri Gribenko2012-06-271-1/+1
* Implement a lexer for structured comments.Dmitri Gribenko2012-06-261-6/+19
* Correct include guard to reflect new directory nameDmitri Gribenko2012-06-221-2/+2
* VC9 does not like heterogenous compare function objects.Dmitri Gribenko2012-06-211-2/+2
* Remove unused ASTContext& arg in RawCommentList::addComment, as pointed out b...Dmitri Gribenko2012-06-201-2/+1
* Fix a big layering violation introduced by r158771.Chandler Carruth2012-06-201-0/+172