summaryrefslogtreecommitdiffstats
path: root/include/clang/AST/CommentSema.h
Commit message (Expand)AuthorAgeFilesLines
* [Comments] Replace custom ArrayRef copying with ArrayRef::copy. NFC.Benjamin Kramer2015-08-051-6/+2
* Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman2015-02-151-2/+2
* Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...Craig Topper2014-08-271-1/+1
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* [C++11] Use 'nullptr'Craig Topper2014-05-061-2/+2
* Comment parsing: allow "\param ..." to describe variadic argumentsDmitri Gribenko2013-06-241-0/+1
* Move comment on Sema::isFunctionPointerVarDecl() to the header fileDmitri Gribenko2013-06-241-0/+3
* Comment parsing: followup to r184610: allow multiple \returnsDmitri Gribenko2013-06-221-3/+0
* documentation parsing: patch to make @class work forFariborz Jahanian2013-06-191-0/+2
* Revert r184249, "doc. parsing: Allow parameter name "..." for variadic functi...NAKAMURA Takumi2013-06-191-1/+0
* doc. parsing: Allow parameter name "..." for variadic functions/methods.Fariborz Jahanian2013-06-181-0/+1
* Documentation parsing. Some refactoring and codeFariborz Jahanian2013-03-081-2/+2
* HeaderDoc: Support more of HeaderDoc documentation Fariborz Jahanian2013-03-071-0/+9
* fix a missing check in my last patch.Fariborz Jahanian2013-03-051-0/+1
* doc. parsing. Improve on diagnostics on my last patch.Fariborz Jahanian2013-03-051-1/+2
* doc parsing. Add @method and @callback forFariborz Jahanian2013-03-051-0/+1
* doc parsing. We want to issue a strong warning whenFariborz Jahanian2013-03-051-0/+2
* Comment parsing: refactor handling of command markers in ASTDmitri Gribenko2013-03-041-3/+3
* Some refactoring in my patch on documentFariborz Jahanian2013-03-021-3/+6
* comment parsing: Properties are considered like methods, and people Fariborz Jahanian2013-02-271-0/+1
* [Comment parsing] Add support for recognizingFariborz Jahanian2013-01-311-0/+3
* Sort #include lines for all files under include/...Chandler Carruth2012-12-041-2/+2
* Move the 'find macro by spelling' infrastructure to the Preprocessor class andDmitri Gribenko2012-09-291-1/+5
* Comment sema: warn when comment has \deprecated but declaration does not have aDmitri Gribenko2012-09-221-0/+2
* Comment parsing: handle non-builtin commands correctly. After semanticDmitri Gribenko2012-09-111-1/+5
* Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.Dmitri Gribenko2012-09-101-9/+9
* Use LLVM_DELETED_FUNCTION instead of a comment.Dmitri Gribenko2012-08-311-2/+2
* Comment HTML tag name machers: move from StringSwitch to an efficientDmitri Gribenko2012-08-311-3/+0
* Comment diagnostics: for unresolved parameters, do not suggest parameter fixitDmitri Gribenko2012-08-241-7/+4
* Comment parsing: extract TableGen'able pieces into new CommandTraits class.Dmitri Gribenko2012-08-091-10/+4
* Comment AST: DeclInfo: collapse a bunch of boolean flags into an enum.Dmitri Gribenko2012-08-061-1/+1
* Comment parser and sema: remove useless return valuesDmitri Gribenko2012-08-061-34/+28
* Comment diagnostics: warn on duplicate \brief and \return commands.Dmitri Gribenko2012-08-061-0/+11
* Comment diagnostics: warn if \returns is used in a non-function comment or ifDmitri Gribenko2012-08-031-0/+3
* Comment AST: add DeclInfo to store information about the declaration. Sema wasDmitri Gribenko2012-08-011-32/+6
* Comment parsing: add support for \tparam command on all levels.Dmitri Gribenko2012-07-311-0/+54
* Make comments::Parser and comments::Sema noncopyable.Dmitri Gribenko2012-07-251-0/+3
* Comment diagnostics: add warning for multiple \param commands with duplicateDmitri Gribenko2012-07-241-0/+7
* Comment Sema: refactor handling of 'ParmVarDecl's and save them in Sema members.Dmitri Gribenko2012-07-231-4/+23
* Comment AST: add InlineContentComment::RenderKind to specify a defaultDmitri Gribenko2012-07-231-1/+4
* Comment parsing: repaint the bikesched: rename 'HTML open tags' to 'HTML star...Dmitri Gribenko2012-07-131-11/+11
* Make concepts of optional and forbidden end tags separate. Thanks Jordan for...Dmitri Gribenko2012-07-121-1/+3
* Enable comment parsing and semantic analysis to emit diagnostics. A fewDmitri Gribenko2012-07-111-5/+50
* Implement AST classes for comments, a real parser for Doxygen comments and aDmitri Gribenko2012-07-061-0/+121