summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/RawCommentList.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
OpenPOWER on IntegriCloud