aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/warn-documentation.cpp
AgeCommit message (Expand)Author
2013-05-03[Doc parsing] Provide diagnostics for unknown documentation Fariborz Jahanian
2013-03-07HeaderDoc: Support more of HeaderDoc documentation Fariborz Jahanian
2013-03-05doc. parsing. Improve on diagnostics on my last patch.Fariborz Jahanian
2013-03-05doc parsing. Add @method and @callback forFariborz Jahanian
2013-03-05doc parsing. We want to issue a strong warning whenFariborz Jahanian
2013-03-04Comment parsing tests: move a test into a group of similar testsDmitri Gribenko
2013-03-04[comment parsing] source fidelity for tparam command too.Fariborz Jahanian
2013-03-04warn-documentation.cpp: reorganize testsDmitri Gribenko
2013-03-04comment parsing. Missed a case of referringFariborz Jahanian
2013-03-01comment parsing. Keep the original command format Fariborz Jahanian
2013-01-31[Comment parsing] Add support for recognizingFariborz Jahanian
2013-01-27Comment parsing: attach any tag type's documentation to its typedef if latterDmitri Gribenko
2013-01-26Comment parsing: actually check for a block command after "\param x"Dmitri Gribenko
2012-11-18clang/test/Sema/warn-documentation.cpp: Try to fix up the testcase in r168277.NAKAMURA Takumi
2012-11-18Documentation parsing: propely handle a lone '\endverbatim' and emit a warning.Dmitri Gribenko
2012-09-22Comment sema: warn when comment has \deprecated but declaration does not have aDmitri Gribenko
2012-09-15Comment parsing: don't treat typedef to a typedef to a function as aDmitri Gribenko
2012-09-14Comment parsing: support the "\invariant" command.Dmitri Gribenko
2012-09-13Comment parsing: handle \deprecated command. It is a block command, but itDmitri Gribenko
2012-09-11Comment parsing: handle non-builtin commands correctly. After semanticDmitri Gribenko
2012-08-24Comment diagnostics: for unresolved parameters, do not suggest parameter fixitDmitri Gribenko
2012-08-24Comment semantic analysis: treat function typedefs as functions so that one canDmitri Gribenko
2012-08-22Comment parsing: parse "<blah" as an HTML tag only if "blah" is a known tagDmitri Gribenko
2012-08-16Attaching comments to declarations: parse the comment in context of theDmitri Gribenko
2012-08-14Attaching comments to redeclarations: fix wrong assumptionsDmitri Gribenko
2012-08-13When looking for the comment associated with a declaration, adjust theDouglas Gregor
2012-08-07libclang API for comment-to-xml conversion.Dmitri Gribenko
2012-08-06Comment diagnostics: warn on duplicate \brief and \return commands.Dmitri Gribenko
2012-08-06Comment diagnostics: \return in void function: specialize diagnostic text forDmitri Gribenko
2012-08-03Comment diagnostics: warn if \returns is used in a non-function comment or ifDmitri Gribenko
2012-08-02Comments: handle template paramter documentation in alias-declarationDmitri Gribenko
2012-08-02Attaching comments to declarations: handle using-declaration.Dmitri Gribenko
2012-07-31Comment parsing: add support for \tparam command on all levels.Dmitri Gribenko
2012-07-30Comment parser: don't crash on a completely empty \param followed by a blockDmitri Gribenko
2012-07-24Comment parsing tests: fix testDmitri Gribenko
2012-07-24Comment diagnostics tests: add a function with zero arguments, for completeness.Dmitri Gribenko
2012-07-24Comment diagnostics: add warning for multiple \param commands with duplicateDmitri Gribenko
2012-07-20Fix PR13411: Comment parsing: failed assertion on unterminated verbatim block.Dmitri Gribenko
2012-07-19Fix ParagraphComment::isWhitespace(): a paragraph without a non-whitespaceDmitri Gribenko
2012-07-13Comment parsing: repaint the bikesched: rename 'HTML open tags' to 'HTML star...Dmitri Gribenko
2012-07-12Make concepts of optional and forbidden end tags separate. Thanks Jordan for...Dmitri Gribenko
2012-07-11Enable comment parsing and semantic analysis to emit diagnostics. A fewDmitri Gribenko