summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/CommentLexer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Comment parsing: don't parse whitespace before \endverbatim as a separate lin...Dmitri Gribenko2012-07-181-0/+10
* Comment parsing: repaint the bikesched: rename 'HTML open tags' to 'HTML star...Dmitri Gribenko2012-07-131-17/+17
* Enable comment parsing and semantic analysis to emit diagnostics. A fewDmitri Gribenko2012-07-111-1/+13
* Comment lexing: fix lexing to actually work in non-error cases.Dmitri Gribenko2012-07-091-13/+18
* Implement AST classes for comments, a real parser for Doxygen comments and aDmitri Gribenko2012-07-061-8/+36
* Fix an infinite loop in comment lexer: we were not advancing in the input cha...Dmitri Gribenko2012-06-271-0/+5
* Remove unsigned and a pointer from a comment token (so that each token can ha...Dmitri Gribenko2012-06-271-8/+19
* Comment lexer: counting backwards from token end is thought to be confusing. ...Dmitri Gribenko2012-06-271-14/+20
* Implement a lexer for structured comments.Dmitri Gribenko2012-06-261-0/+676
OpenPOWER on IntegriCloud