aboutsummaryrefslogtreecommitdiff
path: root/unittests/AST/CommentParser.cpp
AgeCommit message (Expand)Author
2013-05-03[Doc parsing] Provide diagnostics for unknown documentation Fariborz Jahanian
2013-02-22Comment parsing: add CommentOptions to allow specifying custom comment block ...Dmitri 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-10-18[doc parsing] use getParamName to access parameter Fariborz Jahanian
2012-10-15structured document comment: patch to provide comment for overriding functionFariborz Jahanian
2012-10-10[Doc parsing] This patch searches overridden objc/c++Fariborz Jahanian
2012-09-29Move the 'find macro by spelling' infrastructure to the Preprocessor class andDmitri 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-09Comment parsing: extract TableGen'able pieces into new CommandTraits class.Dmitri Gribenko
2012-08-06Comment parsing: fix crash on \tparam followed immediately by another blockDmitri Gribenko
2012-08-01Comment parser tests: test that we allow placing no whitespace between \paramDmitri Gribenko
2012-07-31Comment parsing: add support for \tparam command on all levels.Dmitri Gribenko
2012-07-30Comment parser: add one more testDmitri Gribenko
2012-07-27Implement resolving of HTML character references (named: &, decimal: *,Dmitri Gribenko
2012-07-24Comment parsing: allow newlines between \param, direction specification (e.g.,Dmitri Gribenko
2012-07-24Comment parsing: retokenized text tokens are now pushed back in correct (notDmitri Gribenko
2012-07-23Comment parser unit tests: split a huge test caseDmitri Gribenko
2012-07-23Comment parser unit tests: reduce code duplicationDmitri Gribenko
2012-07-20Fix PR13411: Comment parsing: failed assertion on unterminated verbatim block.Dmitri Gribenko
2012-07-18Comment parsing: don't parse whitespace before \endverbatim as a separate lin...Dmitri Gribenko
2012-07-13Comment AST nodes: rename getXXXCount() methods to getNumXXXs() to be in line...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-06Implement AST classes for comments, a real parser for Doxygen comments and aDmitri Gribenko