summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/RawCommentList.cpp
Commit message (Expand)AuthorAgeFilesLines
* AST: Improve a couple of comments and cast unused values to voidJustin Bogner2016-10-161-5/+4
* Allow any comment to be a trailing comment when -fparse-all-comments is on.James Dennett2015-07-151-7/+79
* Comment parsing: when comment ranges are deserialized from multiple modules,Dmitri Gribenko2014-03-271-0/+12
* [C++11] Replace llvm::tie with std::tie.Benjamin Kramer2014-03-021-3/+2
* Refactor comment merging.Benjamin Kramer2013-09-281-61/+45
* [Doc parsing] Provide diagnostics for unknown documentation Fariborz Jahanian2013-05-031-2/+4
* Comment parsing: -fparse-all-comments: recognize empty line commentsDmitri Gribenko2013-04-261-3/+5
* Add an option to parse all comments as documentation commentsDmitri Gribenko2013-04-101-3/+4
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-3/+3
* Move the 'find macro by spelling' infrastructure to the Preprocessor class andDmitri Gribenko2012-09-291-1/+3
* Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.Dmitri Gribenko2012-09-101-7/+8
* RawCommentList: don't copy the whole new RawComment to LastComment each time.Dmitri Gribenko2012-09-091-16/+14
* Remove the useless CommentOptions class.Dmitri Gribenko2012-08-311-3/+2
* Merging consecutive comments: be more conservative.Dmitri Gribenko2012-08-281-8/+13
* Attaching comments to redeclarations: fix wrong assumptionsDmitri Gribenko2012-08-141-16/+5
* Attaching comments to declarations: find comment attached to any redeclarationDmitri Gribenko2012-08-111-1/+33
* Comment parsing: extract TableGen'able pieces into new CommandTraits class.Dmitri Gribenko2012-08-091-2/+4
* Implement resolving of HTML character references (named: &, decimal: *,Dmitri Gribenko2012-07-271-1/+7
* Enable comment parsing and semantic analysis to emit diagnostics. A fewDmitri Gribenko2012-07-111-1/+1
* Don't store pointers into a std::vector (RawCommentList::Comments). AlthoughDmitri Gribenko2012-07-061-8/+7
* Renamed RawComment kinds to avoid name clash.Abramo Bagnara2012-07-041-11/+11
* Add a new libclang completion API to get brief documentation comment that isDmitri Gribenko2012-07-021-3/+3
* Initialize RawComment::BriefTextValid in other constructor, too.Dmitri Gribenko2012-06-271-1/+2
* Implement a lexer for structured comments.Dmitri Gribenko2012-06-261-0/+21
* Handle include directive with comments. It turns out that in this case comme...Dmitri Gribenko2012-06-211-7/+9
* VC9 does not like heterogenous compare function objects.Dmitri Gribenko2012-06-211-1/+1
* RawCommentList::addComment: fix the assertion so it actually checks that new ...Dmitri Gribenko2012-06-211-1/+3
* 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/+207