summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/CommentParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Comment parsing: add support for \tparam command on all levels.Dmitri Gribenko2012-07-311-9/+33
* Comment parser: don't crash on a completely empty \param followed by a blockDmitri Gribenko2012-07-301-2/+2
* Comment parsing: allow newlines between \param, direction specification (e.g.,Dmitri Gribenko2012-07-241-6/+28
* Comment parsing: couple TextTokenRetokenizer and comment parser together toDmitri Gribenko2012-07-241-50/+42
* Move TextTokenRetokenizer from CommentLexer.h to CommentParser.cpp since it isDmitri Gribenko2012-07-241-0/+203
* Comment parsing: retokenized text tokens are now pushed back in correct (notDmitri Gribenko2012-07-241-2/+5
* Fix PR13411: Comment parsing: failed assertion on unterminated verbatim block.Dmitri Gribenko2012-07-201-5/+10
* This fits into 80 columns without wrapping.Dmitri Gribenko2012-07-181-2/+1
* Comment parsing: repaint the bikesched: rename 'HTML open tags' to 'HTML star...Dmitri Gribenko2012-07-131-50/+50
* Enable comment parsing and semantic analysis to emit diagnostics. A fewDmitri Gribenko2012-07-111-24/+74
* Sprinkle llvm_unreachable around to placate GCC's -Wreturn-type.Matt Beaumont-Gay2012-07-061-2/+1
* Stop using new[] on llvm::BumpPtrAllocator.Dmitri Gribenko2012-07-061-1/+2
* CommentParser.cpp: remove unused variable.Dmitri Gribenko2012-07-061-1/+0
* Implement AST classes for comments, a real parser for Doxygen comments and aDmitri Gribenko2012-07-061-0/+414
OpenPOWER on IntegriCloud