summaryrefslogtreecommitdiff
path: root/test/Sema/warn-documentation.cpp
AgeCommit message (Expand)Author
2017-10-06-Wdocumentation should allow '...' params in variadic function type aliasesAlex Lorenz
2017-07-02fix trivial typos in comments; NFCHiroshi Inoue
2017-04-21[PR32667] -Wdocumentation should allow @param/@returns for fields/variablesAlex Lorenz
2016-08-25[Sema][Comments] Add support for TypeAliasTemplateBruno Cardoso Lopes
2016-08-24[Sema][Comments] Support @param with c++ 'using' keywordBruno Cardoso Lopes
2015-04-15Comment parsing: fix an assertion failure on a verbatim block terminated with...Dmitri Gribenko
2014-04-22Comment parsing: in the generated XML file, mark HTML that is safe to passDmitri Gribenko
2014-03-19Comment parsing: recognize \param ... on function templates with variadicDmitri Gribenko
2013-12-17Documentation comment parsing: when checking if we have typedef to somethingDmitri Gribenko
2013-12-17Documentation comment parsing: allow \param and \returns on std::function,Dmitri Gribenko
2013-12-17Documentation comment parsing: rearrange tests to clarify the intent of these...Dmitri Gribenko
2013-06-24Comment parsing: allow "\param ..." to describe variadic argumentsDmitri Gribenko
2013-06-23Documentation parsing: recognize \relates, \related, \relatesonly, \relatedonlyDmitri Gribenko
2013-06-22Comment parsing: followup to r184610: allow multiple \returnsDmitri Gribenko
2013-06-21[document parsing]: Allow multiple adjacent \return and the likeFariborz Jahanian
2013-06-19documentation parsing: patch to make @class work forFariborz Jahanian
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