summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/CommentSema.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* Comment diagnostics: add warning for multiple \param commands with duplicateDmitri Gribenko2012-07-241-1/+11
* CommentSema: simplify functions, per Jordan's comment.Dmitri Gribenko2012-07-241-8/+4
* Comment Sema: refactor handling of 'ParmVarDecl's and save them in Sema members.Dmitri Gribenko2012-07-231-26/+49
* Comment AST: add InlineContentComment::RenderKind to specify a defaultDmitri Gribenko2012-07-231-10/+28
* CommentSema: add more inline commands to tablesDmitri Gribenko2012-07-191-2/+3
* CommentSema: \short is the same as \brief.Dmitri Gribenko2012-07-181-2/+2
* Comment AST nodes: rename getXXXCount() methods to getNumXXXs() to be in line...Dmitri Gribenko2012-07-131-3/+3
* Comment parsing: repaint the bikesched: rename 'HTML open tags' to 'HTML star...Dmitri Gribenko2012-07-131-38/+36
* Make concepts of optional and forbidden end tags separate. Thanks Jordan for...Dmitri Gribenko2012-07-121-7/+30
* AST/CommentSema.cpp: Fix signess in abs() to appease msvc. It would not make ...NAKAMURA Takumi2012-07-121-1/+2
* Fix warning.Richard Smith2012-07-111-1/+1
* Enable comment parsing and semantic analysis to emit diagnostics. A fewDmitri Gribenko2012-07-111-61/+253
* Implement AST classes for comments, a real parser for Doxygen comments and aDmitri Gribenko2012-07-061-0/+268
OpenPOWER on IntegriCloud