aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/AST/CommentSema.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2013-03-05doc parsing. We want to issue a strong warning whenFariborz Jahanian1-0/+9
2013-03-04Comment parsing: refactor handling of command markers in ASTDmitri Gribenko1-23/+29
2013-03-04[comment parsing] source fidelity for tparam command too.Fariborz Jahanian1-0/+1
2013-03-04comment parsing. Missed a case of referringFariborz Jahanian1-0/+1
2013-03-02Some refactoring in my patch on documentFariborz Jahanian1-12/+15
2013-03-01comment parsing. Keep the original command format Fariborz Jahanian1-0/+6
2013-02-27comment parsing: Properties are considered like methods, and people Fariborz Jahanian1-0/+11
2013-01-31[Comment parsing] Add support for recognizingFariborz Jahanian1-1/+8
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko1-3/+3
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth1-1/+1
2012-12-01Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...Benjamin Kramer1-1/+2
2012-10-18[doc parsing] use getParamName to access parameter Fariborz Jahanian1-2/+2
2012-10-11search for overridden methods with comment when overriding methodFariborz Jahanian1-1/+1
2012-10-10[Doc parsing] This patch searches overridden objc/c++Fariborz Jahanian1-6/+6
2012-09-29Move the 'find macro by spelling' infrastructure to the Preprocessor class andDmitri Gribenko1-3/+21
2012-09-22Comment sema: warn when comment has \deprecated but declaration does not have aDmitri Gribenko1-0/+34
2012-09-13Comment parsing: handle \deprecated command. It is a block command, but itDmitri Gribenko1-0/+3
2012-09-11Comment parsing: handle non-builtin commands correctly. After semanticDmitri Gribenko1-2/+8
2012-09-10Remove redundant semicolons which are null statements.Dmitri Gribenko1-1/+1
2012-09-10Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.Dmitri Gribenko1-34/+40