summaryrefslogtreecommitdiffstats
path: root/include/clang/AST/CommentCommandTraits.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove trailing spaceFangrui Song2018-07-301-4/+4
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-11/+11
* Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman2015-02-151-2/+2
* Fix for PR21254 - Assertion in comment parserDario Domizioli2014-10-151-1/+5
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* Documentation parsing: add support for \throws \throw \exception commandsDmitri Gribenko2013-11-121-0/+3
* documentation parsing. Patch to do typo correction for Fariborz Jahanian2013-05-081-0/+2
* Escape more @ signs in Doxygen comments.Jordan Rose2013-04-031-2/+2
* Documentation parsing. Some refactoring and codeFariborz Jahanian2013-03-081-2/+2
* HeaderDoc: Support more of HeaderDoc documentation Fariborz Jahanian2013-03-071-1/+8
* doc parsing. We want to issue a strong warning whenFariborz Jahanian2013-03-051-1/+4
* Comment parsing: add CommentOptions to allow specifying custom comment block ...Dmitri Gribenko2013-02-221-1/+9
* Comment parsing: improve the fidelity of XML output for many block commandsDmitri Gribenko2013-02-011-0/+7
* Escape backslash in the comment.Dmitri Gribenko2013-01-311-2/+2
* [Comment parsing] Add support for recognizingFariborz Jahanian2013-01-311-0/+3
* Sort #include lines for all files under include/...Chandler Carruth2012-12-041-1/+1
* Comment sema: warn when comment has \deprecated but declaration does not have aDmitri Gribenko2012-09-221-0/+3
* Comment parsing: handle \deprecated command. It is a block command, but itDmitri Gribenko2012-09-131-0/+4
* Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.Dmitri Gribenko2012-09-101-95/+84
* CommentCommandTraits: rename BeginName -> StartName for consistency.Dmitri Gribenko2012-08-161-3/+3
* Comment to HTML and XML conversion: ignore commands that contain a declarationDmitri Gribenko2012-08-091-0/+9
* Comment to HTML and XML conversion: use CommandTraits to classify commands.Dmitri Gribenko2012-08-091-0/+2
* Comment parsing: extract TableGen'able pieces into new CommandTraits class.Dmitri Gribenko2012-08-091-0/+145