summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/CommentSema.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Comment HTML tag name machers: move from StringSwitch to an efficientDmitri Gribenko2012-08-311-25/+4
* Comment diagnostics: for unresolved parameters, do not suggest parameter fixitDmitri Gribenko2012-08-241-52/+88
* Comment parsing: extract TableGen'able pieces into new CommandTraits class.Dmitri Gribenko2012-08-091-55/+7
* Comment AST: DeclInfo: collapse a bunch of boolean flags into an enum.Dmitri Gribenko2012-08-061-4/+4
* Comment parser and sema: remove useless return valuesDmitri Gribenko2012-08-061-43/+30
* Comment diagnostics: warn on duplicate \brief and \return commands.Dmitri Gribenko2012-08-061-3/+40
* Comment diagnostics: \return in void function: specialize diagnostic text forDmitri Gribenko2012-08-061-1/+4
* Comment diagnostics: warn if \returns is used in a non-function comment or ifDmitri Gribenko2012-08-031-5/+40
* Comments AST: refactor DeclInfo to use an enum for decl kind instead ofDmitri Gribenko2012-08-021-1/+1
* Initialize flag in DeclInfo.Dmitri Gribenko2012-08-011-0/+1
* Comment AST: add DeclInfo to store information about the declaration. Sema wasDmitri Gribenko2012-08-011-67/+22
* Comment parsing: add support for \tparam command on all levels.Dmitri Gribenko2012-07-311-23/+258
* CommentSema.cpp: remove extra semicolonDmitri Gribenko2012-07-271-1/+1
* Comment Sema: don't try to typo-correct a \param when function has zeroDmitri Gribenko2012-07-271-0/+4
OpenPOWER on IntegriCloud