summaryrefslogtreecommitdiff
path: root/clang/test/Sema/warn-documentation.cpp
AgeCommit message (Expand)Author
2025-07-07[Clang] accept @tparam on variable template partial specializations (#147219)Oleksandr T.
2023-08-28[clang] Remove rdar links; NFCAaron Ballman
2023-07-17Revert "Remove rdar links; NFC"Mehdi Amini
2023-07-07Remove rdar links; NFCAaron Ballman
2022-09-01[Clang][Comments] Parse `<img src=""/>` in doc comments correctlyEgor Zhdan
2022-05-13Comment parsing: Allow inline commands to have 0 or more than 1 argumentAaron Puchert
2022-05-13Comment parsing: Specify argument numbers for some block commandsAaron Puchert
2022-01-14Comment parsing: Don't recognize commands in single-line double quotationAaron Puchert
2021-11-12Comment AST: Find out if function is variadic in DeclInfo::fillAaron Puchert
2021-11-09Comment AST: Add support for variable templatesAaron Puchert
2021-11-09Comment AST: Declare function pointer variables as functionsAaron Puchert
2020-03-05Comment parsing: Treat \ref as inline commandAaron Puchert
2019-12-21[Wdocumentation] Implement \anchorMark de Wever
2019-12-10[Wdocumentation] Use C2x/C++14 deprecated attributeMark de Wever
2019-12-10[Wdocumentation] Properly place deprecated attributeMark de Wever
2019-12-10[Wdocumentation] Use the command marker.Mark de Wever
2019-11-18[AST] Attach comment in `/** doc */ typedef struct A {} B` to B as well as A.Sam McCall
2019-09-02[Wdocumentation] fixes an assertion failure with typedefed function and block...Dmitri Gribenko
2019-08-25[Wdocumentation] improve wording of a warning messageDmitri Gribenko
2019-08-20Rudimentary support for Doxygen \retval commandStephan Bergmann
2019-08-05Adds a warning when an inline Doxygen comment has no argumentDmitri Gribenko
2018-10-02Remove spurious assertion in -WdocumentationReid Kleckner
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