Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
lib
/
AST
/
CommentBriefParser.cpp
9fc8faf
Remove \brief commands from doxygen comments.
by Adrian Prantl
· 7 years ago
9670f84
[NFC] Header cleanup
by Mehdi Amini
· 9 years ago
e400cb7
Some refactoring in my patch on document
by Fariborz Jahanian
· 13 years ago
7acbf00
Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.
by Dmitri Gribenko
· 13 years ago
75eea89
CommentBriefParser: allow paragraphs to be separated by line of whitespace.
by Dmitri Gribenko
· 13 years ago
ca7f80a
Comment parsing: extract TableGen'able pieces into new CommandTraits class.
by Dmitri Gribenko
· 13 years ago
34df220
Comment parsing: add support for \tparam command on all levels.
by Dmitri Gribenko
· 13 years ago
af03ef7
CommentBriefParser: coding style fix
by Dmitri Gribenko
· 13 years ago
77369ee
CommentBriefParser: use \returns if we can't find the \brief or just a plain
by Dmitri Gribenko
· 13 years ago
c4eb975
CommentBriefParser: use StringSwitch::Cases to group synonyms. Thanks Jordan!
by Dmitri Gribenko
· 13 years ago
3e242d6
CommentBriefParser: make \short should equivalent to \brief, per Doxygen manual.
by Dmitri Gribenko
· 13 years ago
767ea0f
CommentBriefParser: remove dead store. Found by Clang Analyzer.
by Dmitri Gribenko
· 13 years ago
025d518
Factor out a check for block commands (that implicitly start a new paragraph) into a separate function.
by Dmitri Gribenko
· 13 years ago
0743f94
Cleanup \brief comment. Since it is a single paragraph, no need to save newlines there.
by Dmitri Gribenko
· 13 years ago
a1e9c8e
Teach \brief parser about commands that start a new paragraph implicitly
by Dmitri Gribenko
· 13 years ago
99e0942
Simplify logic in BriefParser::Parse(), per Jordan's comment.
by Dmitri Gribenko
· 13 years ago
5188c4b
Implement a lexer for structured comments.
by Dmitri Gribenko
· 13 years ago