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