summaryrefslogtreecommitdiff
path: root/lib/AST/CommentBriefParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-2/+2
* [NFC] Header cleanupMehdi Amini2016-07-181-1/+0
* Some refactoring in my patch on documentFariborz Jahanian2013-03-021-1/+1
* Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.Dmitri Gribenko2012-09-101-4/+4
* CommentBriefParser: allow paragraphs to be separated by line of whitespace.Dmitri Gribenko2012-08-211-5/+38
* Comment parsing: extract TableGen'able pieces into new CommandTraits class.Dmitri Gribenko2012-08-091-19/+9
* Comment parsing: add support for \tparam command on all levels.Dmitri Gribenko2012-07-311-0/+1
* CommentBriefParser: coding style fixDmitri Gribenko2012-07-201-2/+1
* CommentBriefParser: use \returns if we can't find the \brief or just a plainDmitri Gribenko2012-07-201-6/+21
* CommentBriefParser: use StringSwitch::Cases to group synonyms. Thanks Jordan!Dmitri Gribenko2012-07-171-9/+4
* CommentBriefParser: make \short should equivalent to \brief, per Doxygen manual.Dmitri Gribenko2012-07-171-1/+2
* CommentBriefParser: remove dead store. Found by Clang Analyzer.Dmitri Gribenko2012-07-031-6/+2
* Factor out a check for block commands (that implicitly start a new paragraph)...Dmitri Gribenko2012-06-291-3/+18
* Cleanup \brief comment. Since it is a single paragraph, no need to save newl...Dmitri Gribenko2012-06-281-1/+30
* Teach \brief parser about commands that start a new paragraph implicitlyDmitri Gribenko2012-06-281-7/+19
* Simplify logic in BriefParser::Parse(), per Jordan's comment.Dmitri Gribenko2012-06-271-14/+7
* Implement a lexer for structured comments.Dmitri Gribenko2012-06-261-0/+76