summaryrefslogtreecommitdiffstats
path: root/include/clang/AST/RawCommentList.h
Commit message (Expand)AuthorAgeFilesLines
* 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