summaryrefslogtreecommitdiffstats
path: root/lib/AST/CommentSema.cpp
Commit message (Expand)AuthorAgeFilesLines
* -Wdocumentation should not check the @returns command for Objective-CAlex Lorenz2017-04-261-2/+4
* [PR32667] -Wdocumentation should allow @param/@returns for fields/variablesAlex Lorenz2017-04-211-2/+26
* AST: improve layout of SimpleTypoCorrectorSaleem Abdulrasool2016-08-281-6/+5
* Fix some Clang-tidy readability-redundant-control-flow warnings; other minor ...Eugene Zelenko2016-02-101-7/+4
* [C++11] Use 'nullptr'. AST edition.Craig Topper2014-05-121-5/+6
* Comment parsing: remove HTML attribute validationDmitri Gribenko2014-04-301-13/+8
* Comment parsing: in the generated XML file, mark HTML that is safe to passDmitri Gribenko2014-04-221-4/+29
* Comment parsing: recognize \param ... on function templates with variadicDmitri Gribenko2014-03-191-1/+4
* Comment parsing: don't crash while parsing \deprecated in a standalone commentDmitri Gribenko2014-01-271-2/+11
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-251-1/+1
* Fix strange indentation and remove trailing whitespace on empty linesDmitri Gribenko2013-12-171-10/+10
* Avoid double StringMap lookups. No functionality change.Benjamin Kramer2013-11-101-5/+3
* CommentSema: Factor code better. No functionality change.Benjamin Kramer2013-11-101-44/+28
* Use pop_back_val() instead of both back() and pop_back().Robert Wilhelm2013-08-231-2/+1
* Comment parsing: allow "\param ..." to describe variadic argumentsDmitri Gribenko2013-06-241-1/+19
* Move comment on Sema::isFunctionPointerVarDecl() to the header fileDmitri Gribenko2013-06-241-3/+1
* Comment parsing: followup to r184610: allow multiple \returnsDmitri Gribenko2013-06-221-7/+1
* [document parsing]: Allow multiple adjacent \return and the likeFariborz Jahanian2013-06-211-3/+2
* documentation parsing: patch to make @class work forFariborz Jahanian2013-06-191-3/+21
* Revert r184249, "doc. parsing: Allow parameter name "..." for variadic functi...NAKAMURA Takumi2013-06-191-15/+1
* doc. parsing: Allow parameter name "..." for variadic functions/methods.Fariborz Jahanian2013-06-181-1/+15
* doc. parsing. HeaderDoc documentaton allows use ofFariborz Jahanian2013-05-201-0/+5
* documentation comment parsing. Added couple of Fariborz Jahanian2013-03-181-2/+8
* Documentation parsing. Some refactoring and codeFariborz Jahanian2013-03-081-36/+81
* HeaderDoc: Support more of HeaderDoc documentation Fariborz Jahanian2013-03-071-2/+100
* say objective-C in the warning and streamlineFariborz Jahanian2013-03-061-9/+8
* fix a missing check in my last patch.Fariborz Jahanian2013-03-051-3/+11
* doc. parsing. Improve on diagnostics on my last patch.Fariborz Jahanian2013-03-051-7/+19
* Fix this checkin.Fariborz Jahanian2013-03-051-1/+1
* doc parsing. Add @method and @callback forFariborz Jahanian2013-03-051-3/+21
* doc parsing. We want to issue a strong warning whenFariborz Jahanian2013-03-051-0/+9
* Comment parsing: refactor handling of command markers in ASTDmitri Gribenko2013-03-041-23/+29
* [comment parsing] source fidelity for tparam command too.Fariborz Jahanian2013-03-041-0/+1
* comment parsing. Missed a case of referringFariborz Jahanian2013-03-041-0/+1
* Some refactoring in my patch on documentFariborz Jahanian2013-03-021-12/+15
* comment parsing. Keep the original command format Fariborz Jahanian2013-03-011-0/+6
* comment parsing: Properties are considered like methods, and people Fariborz Jahanian2013-02-271-0/+11
* [Comment parsing] Add support for recognizingFariborz Jahanian2013-01-311-1/+8
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-3/+3
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-1/+1
* Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...Benjamin Kramer2012-12-011-1/+2
* [doc parsing] use getParamName to access parameter Fariborz Jahanian2012-10-181-2/+2
* search for overridden methods with comment when overriding methodFariborz Jahanian2012-10-111-1/+1
* [Doc parsing] This patch searches overridden objc/c++Fariborz Jahanian2012-10-101-6/+6
* Move the 'find macro by spelling' infrastructure to the Preprocessor class andDmitri Gribenko2012-09-291-3/+21
* Comment sema: warn when comment has \deprecated but declaration does not have aDmitri Gribenko2012-09-221-0/+34
* Comment parsing: handle \deprecated command. It is a block command, but itDmitri Gribenko2012-09-131-0/+3
* Comment parsing: handle non-builtin commands correctly. After semanticDmitri Gribenko2012-09-111-2/+8
* Remove redundant semicolons which are null statements.Dmitri Gribenko2012-09-101-1/+1
* Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.Dmitri Gribenko2012-09-101-34/+40