aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/AST/CommentSema.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-11-06[clang][NFC] Refactor `ParamCommandComment::PassDirection`Vlad Serebrennikov1-14/+15
2023-11-06[clang][NFC] Refactor `InlineCommandComment::RenderKind`Vlad Serebrennikov1-11/+8
2023-08-11[C23] Rename C2x -> C23; NFCAaron Ballman1-2/+2
2023-01-09Move from llvm::makeArrayRef to ArrayRef deduction guides - clang/ partserge-sans-paille1-3/+3
2022-05-13Comment parsing: Allow inline commands to have 0 or more than 1 argumentAaron Puchert1-37/+11
2021-11-12Comment AST: Recognize function-like objects via return type (NFC)Aaron Puchert1-3/+11
2021-11-12Comment AST: Find out if function is variadic in DeclInfo::fillAaron Puchert1-19/+4
2021-11-09Comment AST: Declare function pointer variables as functionsAaron Puchert1-32/+2
2021-10-17[clang] Use llvm::erase_if (NFC)Kazu Hirata1-3/+1
2020-04-06[AST] Remove DeclCXX.h dep on ASTContext.hReid Kleckner1-1/+1
2020-02-20[clang][doxygen] Fix false -Wdocumentation warning for tag typedefsJan Korous1-5/+43
2019-12-21[Wdocumentation] Implement \anchorMark de Wever1-0/+1
2019-12-10[Wdocumentation] Use C2x/C++14 deprecated attributeMark de Wever1-10/+27
2019-12-10[Wdocumentation] Properly place deprecated attributeMark de Wever1-5/+5
2019-12-10[Wdocumentation] Use the command marker.Mark de Wever1-3/+2
2019-09-02[Wdocumentation] fixes an assertion failure with typedefed function and block...Dmitri Gribenko1-0/+8
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-08-09Port getLocEnd -> getEndLocStephen Kelly1-4/+3
2018-05-09Remove \brief commands from doxygen comments.Adrian Prantl1-1/+1
2017-10-06-Wdocumentation should allow '...' params in variadic function type aliasesAlex Lorenz1-1/+9
2017-04-26-Wdocumentation should not check the @returns command for Objective-CAlex Lorenz1-2/+4
2017-04-21[PR32667] -Wdocumentation should allow @param/@returns for fields/variablesAlex Lorenz1-2/+26
2016-08-28AST: improve layout of SimpleTypoCorrectorSaleem Abdulrasool1-6/+5
2016-02-10Fix some Clang-tidy readability-redundant-control-flow warnings; other minor ...Eugene Zelenko1-7/+4
2014-05-12[C++11] Use 'nullptr'. AST edition.Craig Topper1-5/+6
2014-04-30Comment parsing: remove HTML attribute validationDmitri Gribenko1-13/+8
2014-04-22Comment parsing: in the generated XML file, mark HTML that is safe to passDmitri Gribenko1-4/+29
2014-03-19Comment parsing: recognize \param ... on function templates with variadicDmitri Gribenko1-1/+4
2014-01-27Comment parsing: don't crash while parsing \deprecated in a standalone commentDmitri Gribenko1-2/+11
2014-01-25Rename getResultType() on function and method declarations to getReturnType()Alp Toker1-1/+1
2013-12-17Fix strange indentation and remove trailing whitespace on empty linesDmitri Gribenko1-10/+10
2013-11-10Avoid double StringMap lookups. No functionality change.Benjamin Kramer1-5/+3
2013-11-10CommentSema: Factor code better. No functionality change.Benjamin Kramer1-44/+28
2013-08-23Use pop_back_val() instead of both back() and pop_back().Robert Wilhelm1-2/+1
2013-06-24Comment parsing: allow "\param ..." to describe variadic argumentsDmitri Gribenko1-1/+19
2013-06-24Move comment on Sema::isFunctionPointerVarDecl() to the header fileDmitri Gribenko1-3/+1
2013-06-22Comment parsing: followup to r184610: allow multiple \returnsDmitri Gribenko1-7/+1
2013-06-21[document parsing]: Allow multiple adjacent \return and the likeFariborz Jahanian1-3/+2
2013-06-19documentation parsing: patch to make @class work forFariborz Jahanian1-3/+21
2013-06-19Revert r184249, "doc. parsing: Allow parameter name "..." for variadic functi...NAKAMURA Takumi1-15/+1
2013-06-18doc. parsing: Allow parameter name "..." for variadic functions/methods.Fariborz Jahanian1-1/+15
2013-05-20doc. parsing. HeaderDoc documentaton allows use ofFariborz Jahanian1-0/+5
2013-03-18documentation comment parsing. Added couple of Fariborz Jahanian1-2/+8
2013-03-08Documentation parsing. Some refactoring and codeFariborz Jahanian1-36/+81
2013-03-07HeaderDoc: Support more of HeaderDoc documentation Fariborz Jahanian1-2/+100
2013-03-06say objective-C in the warning and streamlineFariborz Jahanian1-9/+8
2013-03-05fix a missing check in my last patch.Fariborz Jahanian1-3/+11
2013-03-05doc. parsing. Improve on diagnostics on my last patch.Fariborz Jahanian1-7/+19
2013-03-05Fix this checkin.Fariborz Jahanian1-1/+1
2013-03-05doc parsing. Add @method and @callback forFariborz Jahanian1-3/+21