summaryrefslogtreecommitdiff
path: root/lib/AST/CommentSema.cpp
Commit message (Expand)AuthorAge
* [C++11] Use 'nullptr'. AST edition.Craig Topper2014-05-12
* Comment parsing: remove HTML attribute validationDmitri Gribenko2014-04-30
* Comment parsing: in the generated XML file, mark HTML that is safe to passDmitri Gribenko2014-04-22
* Comment parsing: recognize \param ... on function templates with variadicDmitri Gribenko2014-03-19
* Comment parsing: don't crash while parsing \deprecated in a standalone commentDmitri Gribenko2014-01-27
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-25
* Fix strange indentation and remove trailing whitespace on empty linesDmitri Gribenko2013-12-17
* Avoid double StringMap lookups. No functionality change.Benjamin Kramer2013-11-10
* CommentSema: Factor code better. No functionality change.Benjamin Kramer2013-11-10
* Use pop_back_val() instead of both back() and pop_back().Robert Wilhelm2013-08-23
* Comment parsing: allow "\param ..." to describe variadic argumentsDmitri Gribenko2013-06-24
* Move comment on Sema::isFunctionPointerVarDecl() to the header fileDmitri Gribenko2013-06-24
* Comment parsing: followup to r184610: allow multiple \returnsDmitri Gribenko2013-06-22
* [document parsing]: Allow multiple adjacent \return and the likeFariborz Jahanian2013-06-21
* documentation parsing: patch to make @class work forFariborz Jahanian2013-06-19
* Revert r184249, "doc. parsing: Allow parameter name "..." for variadic functi...NAKAMURA Takumi2013-06-19
* doc. parsing: Allow parameter name "..." for variadic functions/methods.Fariborz Jahanian2013-06-18
* doc. parsing. HeaderDoc documentaton allows use ofFariborz Jahanian2013-05-20
* documentation comment parsing. Added couple of Fariborz Jahanian2013-03-18
* Documentation parsing. Some refactoring and codeFariborz Jahanian2013-03-08
* HeaderDoc: Support more of HeaderDoc documentation Fariborz Jahanian2013-03-07
* say objective-C in the warning and streamlineFariborz Jahanian2013-03-06
* fix a missing check in my last patch.Fariborz Jahanian2013-03-05
* doc. parsing. Improve on diagnostics on my last patch.Fariborz Jahanian2013-03-05
* Fix this checkin.Fariborz Jahanian2013-03-05
* doc parsing. Add @method and @callback forFariborz Jahanian2013-03-05
* doc parsing. We want to issue a strong warning whenFariborz Jahanian2013-03-05
* Comment parsing: refactor handling of command markers in ASTDmitri Gribenko2013-03-04
* [comment parsing] source fidelity for tparam command too.Fariborz Jahanian2013-03-04
* comment parsing. Missed a case of referringFariborz Jahanian2013-03-04
* Some refactoring in my patch on documentFariborz Jahanian2013-03-02
* comment parsing. Keep the original command format Fariborz Jahanian2013-03-01
* comment parsing: Properties are considered like methods, and people Fariborz Jahanian2013-02-27
* [Comment parsing] Add support for recognizingFariborz Jahanian2013-01-31
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-12
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-04
* Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...Benjamin Kramer2012-12-01
* [doc parsing] use getParamName to access parameter Fariborz Jahanian2012-10-18
* search for overridden methods with comment when overriding methodFariborz Jahanian2012-10-11
* [Doc parsing] This patch searches overridden objc/c++Fariborz Jahanian2012-10-10
* Move the 'find macro by spelling' infrastructure to the Preprocessor class andDmitri Gribenko2012-09-29
* Comment sema: warn when comment has \deprecated but declaration does not have aDmitri Gribenko2012-09-22
* Comment parsing: handle \deprecated command. It is a block command, but itDmitri Gribenko2012-09-13
* Comment parsing: handle non-builtin commands correctly. After semanticDmitri Gribenko2012-09-11
* Remove redundant semicolons which are null statements.Dmitri Gribenko2012-09-10
* Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.Dmitri Gribenko2012-09-10
* Comment HTML tag name machers: move from StringSwitch to an efficientDmitri Gribenko2012-08-31
* Comment diagnostics: for unresolved parameters, do not suggest parameter fixitDmitri Gribenko2012-08-24
* Comment parsing: extract TableGen'able pieces into new CommandTraits class.Dmitri Gribenko2012-08-09
* Comment AST: DeclInfo: collapse a bunch of boolean flags into an enum.Dmitri Gribenko2012-08-06