summaryrefslogtreecommitdiffstats
path: root/clang/unittests/AST/CommentLexer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Added braces to work around gcc warning in googletest: suggest explicit brace...Galina Kistanova2017-06-151-1/+2
* unique_ptrify SourceManager::createFileIDDavid Blaikie2014-08-291-1/+1
* Update for LLVM api change.Rafael Espindola2014-08-271-2/+2
* Rename SourceManager::createFileIDForMemBuffer()Alp Toker2014-05-161-1/+1
* [Doc parsing] Provide diagnostics for unknown documentation Fariborz Jahanian2013-05-031-1/+1
* Comment parsing: refactor handling of command markers in ASTDmitri Gribenko2013-03-041-15/+64
* Some refactoring in my patch on documentFariborz Jahanian2013-03-021-10/+10
* Comment parsing: add CommentOptions to allow specifying custom comment block ...Dmitri Gribenko2013-02-221-1/+72
* Comment parsing: add more tests for html character referencesDmitri Gribenko2013-01-191-1/+2
* Really sort the #include lines in unittests/...Chandler Carruth2012-12-041-1/+1
* Sort the #include lines for unittests/...Chandler Carruth2012-12-041-5/+4
* More unit-test fixesDouglas Gregor2012-10-231-0/+1
* Fixup unit tests for DiagnosticOptions changeDouglas Gregor2012-10-231-1/+1
* Comment parsing: don't parse comment marker followed by a digit as a commandDmitri Gribenko2012-09-141-3/+31
* Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.Dmitri Gribenko2012-09-101-39/+83
* Remove the useless CommentOptions class.Dmitri Gribenko2012-08-311-1/+1
* Comment parsing: parse "<blah" as an HTML tag only if "blah" is a known tagDmitri Gribenko2012-08-221-78/+94
* Comment parsing: extract TableGen'able pieces into new CommandTraits class.Dmitri Gribenko2012-08-091-1/+3
* Implement resolving of HTML character references (named: &amp;, decimal: &#42;,Dmitri Gribenko2012-07-271-1/+320
* Comment parsing: don't parse whitespace before \endverbatim as a separate lin...Dmitri Gribenko2012-07-181-17/+11
* Comment parsing: repaint the bikesched: rename 'HTML open tags' to 'HTML star...Dmitri Gribenko2012-07-131-96/+96
* Enable comment parsing and semantic analysis to emit diagnostics. A fewDmitri Gribenko2012-07-111-4/+57
* Comment lexing: fix lexing to actually work in non-error cases.Dmitri Gribenko2012-07-091-12/+107
* Implement AST classes for comments, a real parser for Doxygen comments and aDmitri Gribenko2012-07-061-26/+164
* Fix an infinite loop in comment lexer: we were not advancing in the input cha...Dmitri Gribenko2012-06-271-10/+32
* Remove unsigned and a pointer from a comment token (so that each token can ha...Dmitri Gribenko2012-06-271-29/+32
* Implement a lexer for structured comments.Dmitri Gribenko2012-06-261-0/+1010
OpenPOWER on IntegriCloud