aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/AST/CommentBriefParser.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-07-18[NFC] Header cleanupMehdi Amini1-1/+0
2013-03-02Some refactoring in my patch on documentFariborz Jahanian1-1/+1
2012-09-10Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.Dmitri Gribenko1-4/+4
2012-08-21CommentBriefParser: allow paragraphs to be separated by line of whitespace.Dmitri Gribenko1-5/+38
2012-08-09Comment parsing: extract TableGen'able pieces into new CommandTraits class.Dmitri Gribenko1-19/+9
2012-07-31Comment parsing: add support for \tparam command on all levels.Dmitri Gribenko1-0/+1
2012-07-20CommentBriefParser: coding style fixDmitri Gribenko1-2/+1
2012-07-20CommentBriefParser: use \returns if we can't find the \brief or just a plainDmitri Gribenko1-6/+21
2012-07-17CommentBriefParser: use StringSwitch::Cases to group synonyms. Thanks Jordan!Dmitri Gribenko1-9/+4
2012-07-17CommentBriefParser: make \short should equivalent to \brief, per Doxygen manual.Dmitri Gribenko1-1/+2
2012-07-03CommentBriefParser: remove dead store. Found by Clang Analyzer.Dmitri Gribenko1-6/+2
2012-06-29Factor out a check for block commands (that implicitly start a new paragraph)...Dmitri Gribenko1-3/+18
2012-06-28Cleanup \brief comment. Since it is a single paragraph, no need to save newl...Dmitri Gribenko1-1/+30
2012-06-28Teach \brief parser about commands that start a new paragraph implicitlyDmitri Gribenko1-7/+19
2012-06-27Simplify logic in BriefParser::Parse(), per Jordan's comment.Dmitri Gribenko1-14/+7
2012-06-26Implement a lexer for structured comments.Dmitri Gribenko1-0/+76