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