summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/warn-documentation.cpp
Commit message (Expand)AuthorAgeFilesLines
* -Wdocumentation should allow '...' params in variadic function type aliasesAlex Lorenz2017-10-061-0/+22
* fix trivial typos in comments; NFCHiroshi Inoue2017-07-021-1/+1
* [PR32667] -Wdocumentation should allow @param/@returns for fields/variablesAlex Lorenz2017-04-211-0/+72
* [Sema][Comments] Add support for TypeAliasTemplateBruno Cardoso Lopes2016-08-251-0/+32
* [Sema][Comments] Support @param with c++ 'using' keywordBruno Cardoso Lopes2016-08-241-0/+63
* Comment parsing: fix an assertion failure on a verbatim block terminated with...Dmitri Gribenko2015-04-151-0/+6
* Comment parsing: in the generated XML file, mark HTML that is safe to passDmitri Gribenko2014-04-221-0/+13
* Comment parsing: recognize \param ... on function templates with variadicDmitri Gribenko2014-03-191-0/+20
* Documentation comment parsing: when checking if we have typedef to somethingDmitri Gribenko2013-12-171-0/+12
* Documentation comment parsing: allow \param and \returns on std::function,Dmitri Gribenko2013-12-171-0/+31
* Documentation comment parsing: rearrange tests to clarify the intent of these...Dmitri Gribenko2013-12-171-14/+22
* Comment parsing: allow "\param ..." to describe variadic argumentsDmitri Gribenko2013-06-241-0/+16
* Documentation parsing: recognize \relates, \related, \relatesonly, \relatedonlyDmitri Gribenko2013-06-231-0/+19
* Comment parsing: followup to r184610: allow multiple \returnsDmitri Gribenko2013-06-221-4/+4
* [document parsing]: Allow multiple adjacent \return and the likeFariborz Jahanian2013-06-211-4/+0
* documentation parsing: patch to make @class work forFariborz Jahanian2013-06-191-0/+44
* [Doc parsing] Provide diagnostics for unknown documentation Fariborz Jahanian2013-05-031-1/+1
* HeaderDoc: Support more of HeaderDoc documentation Fariborz Jahanian2013-03-071-0/+28
* doc. parsing. Improve on diagnostics on my last patch.Fariborz Jahanian2013-03-051-2/+2
* doc parsing. Add @method and @callback forFariborz Jahanian2013-03-051-10/+12
* doc parsing. We want to issue a strong warning whenFariborz Jahanian2013-03-051-0/+9
* Comment parsing tests: move a test into a group of similar testsDmitri Gribenko2013-03-041-4/+6
* [comment parsing] source fidelity for tparam command too.Fariborz Jahanian2013-03-041-0/+4
* warn-documentation.cpp: reorganize testsDmitri Gribenko2013-03-041-28/+18
* comment parsing. Missed a case of referringFariborz Jahanian2013-03-041-0/+8
* comment parsing. Keep the original command format Fariborz Jahanian2013-03-011-8/+20
* [Comment parsing] Add support for recognizingFariborz Jahanian2013-01-311-0/+8
* Comment parsing: attach any tag type's documentation to its typedef if latterDmitri Gribenko2013-01-271-0/+23
* Comment parsing: actually check for a block command after "\param x"Dmitri Gribenko2013-01-261-0/+28
* clang/test/Sema/warn-documentation.cpp: Try to fix up the testcase in r168277.NAKAMURA Takumi2012-11-181-1/+1
* Documentation parsing: propely handle a lone '\endverbatim' and emit a warning.Dmitri Gribenko2012-11-181-0/+18
* Comment sema: warn when comment has \deprecated but declaration does not have aDmitri Gribenko2012-09-221-2/+27
* Comment parsing: don't treat typedef to a typedef to a function as aDmitri Gribenko2012-09-151-0/+6
* Comment parsing: support the "\invariant" command.Dmitri Gribenko2012-09-141-0/+8
* Comment parsing: handle \deprecated command. It is a block command, but itDmitri Gribenko2012-09-131-0/+13
* Comment parsing: handle non-builtin commands correctly. After semanticDmitri Gribenko2012-09-111-0/+5
* Comment diagnostics: for unresolved parameters, do not suggest parameter fixitDmitri Gribenko2012-08-241-13/+37
* Comment semantic analysis: treat function typedefs as functions so that one canDmitri Gribenko2012-08-241-0/+23
* Comment parsing: parse "<blah" as an HTML tag only if "blah" is a known tagDmitri Gribenko2012-08-221-2/+2
* Attaching comments to declarations: parse the comment in context of theDmitri Gribenko2012-08-161-0/+16
* Attaching comments to redeclarations: fix wrong assumptionsDmitri Gribenko2012-08-141-7/+37
* When looking for the comment associated with a declaration, adjust theDouglas Gregor2012-08-131-0/+16
* libclang API for comment-to-xml conversion.Dmitri Gribenko2012-08-071-0/+4
* Comment diagnostics: warn on duplicate \brief and \return commands.Dmitri Gribenko2012-08-061-52/+110
* Comment diagnostics: \return in void function: specialize diagnostic text forDmitri Gribenko2012-08-061-11/+11
* Comment diagnostics: warn if \returns is used in a non-function comment or ifDmitri Gribenko2012-08-031-0/+78
* Comments: handle template paramter documentation in alias-declarationDmitri Gribenko2012-08-021-0/+12
* Attaching comments to declarations: handle using-declaration.Dmitri Gribenko2012-08-021-17/+26
* Comment parsing: add support for \tparam command on all levels.Dmitri Gribenko2012-07-311-2/+189
* Comment parser: don't crash on a completely empty \param followed by a blockDmitri Gribenko2012-07-301-0/+6
OpenPOWER on IntegriCloud