summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/CommentSema.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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