aboutsummaryrefslogtreecommitdiff
path: root/unittests/AST/CommentLexer.cpp
AgeCommit message (Expand)Author
2013-03-04Comment parsing: refactor handling of command markers in ASTDmitri Gribenko
2013-03-02Some refactoring in my patch on documentFariborz Jahanian
2013-02-22Comment parsing: add CommentOptions to allow specifying custom comment block ...Dmitri Gribenko
2013-01-19Comment parsing: add more tests for html character referencesDmitri Gribenko
2012-12-04Really sort the #include lines in unittests/...Chandler Carruth
2012-12-04Sort the #include lines for unittests/...Chandler Carruth
2012-10-23More unit-test fixesDouglas Gregor
2012-10-23Fixup unit tests for DiagnosticOptions changeDouglas Gregor
2012-09-14Comment parsing: don't parse comment marker followed by a digit as a commandDmitri Gribenko
2012-09-10Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.Dmitri Gribenko
2012-08-31Remove the useless CommentOptions class.Dmitri Gribenko
2012-08-22Comment parsing: parse "<blah" as an HTML tag only if "blah" is a known tagDmitri Gribenko
2012-08-09Comment parsing: extract TableGen'able pieces into new CommandTraits class.Dmitri Gribenko
2012-07-27Implement resolving of HTML character references (named: &amp;, decimal: &#42;,Dmitri Gribenko
2012-07-18Comment parsing: don't parse whitespace before \endverbatim as a separate lin...Dmitri Gribenko
2012-07-13Comment parsing: repaint the bikesched: rename 'HTML open tags' to 'HTML star...Dmitri Gribenko
2012-07-11Enable comment parsing and semantic analysis to emit diagnostics. A fewDmitri Gribenko
2012-07-09Comment lexing: fix lexing to actually work in non-error cases.Dmitri Gribenko
2012-07-06Implement AST classes for comments, a real parser for Doxygen comments and aDmitri Gribenko
2012-06-27Fix an infinite loop in comment lexer: we were not advancing in the input cha...Dmitri Gribenko
2012-06-27Remove unsigned and a pointer from a comment token (so that each token can ha...Dmitri Gribenko
2012-06-26Implement a lexer for structured comments.Dmitri Gribenko