Chandler Carruth
|
324f918438
Update the file headers across all of the LLVM projects in the monorepo
|
6 年之前 |
Adrian Prantl
|
647be32c60
Remove \brief commands from doxygen comments.
|
7 年之前 |
Mehdi Amini
|
2e23251d3e
[NFC] Header cleanup
|
9 年之前 |
Fariborz Jahanian
|
8536fa14ee
Some refactoring in my patch on document
|
12 年之前 |
Dmitri Gribenko
|
e4330a302a
Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.
|
13 年之前 |
Dmitri Gribenko
|
0ac4ec7f1c
CommentBriefParser: allow paragraphs to be separated by line of whitespace.
|
13 年之前 |
Dmitri Gribenko
|
aa58081902
Comment parsing: extract TableGen'able pieces into new CommandTraits class.
|
13 年之前 |
Dmitri Gribenko
|
96b0986749
Comment parsing: add support for \tparam command on all levels.
|
13 年之前 |
Dmitri Gribenko
|
4423f81705
CommentBriefParser: coding style fix
|
13 年之前 |
Dmitri Gribenko
|
72021ff403
CommentBriefParser: use \returns if we can't find the \brief or just a plain
|
13 年之前 |
Dmitri Gribenko
|
76e7edddfa
CommentBriefParser: use StringSwitch::Cases to group synonyms. Thanks Jordan!
|
13 年之前 |
Dmitri Gribenko
|
659a7124c7
CommentBriefParser: make \short should equivalent to \brief, per Doxygen manual.
|
13 年之前 |
Dmitri Gribenko
|
57aceb227d
CommentBriefParser: remove dead store. Found by Clang Analyzer.
|
13 年之前 |
Dmitri Gribenko
|
55e1808c60
Factor out a check for block commands (that implicitly start a new paragraph) into a separate function.
|
13 年之前 |
Dmitri Gribenko
|
d558b5238d
Cleanup \brief comment. Since it is a single paragraph, no need to save newlines there.
|
13 年之前 |
Dmitri Gribenko
|
f199b9cd4a
Teach \brief parser about commands that start a new paragraph implicitly
|
13 年之前 |
Dmitri Gribenko
|
c0b8324d6f
Simplify logic in BriefParser::Parse(), per Jordan's comment.
|
13 年之前 |
Dmitri Gribenko
|
2d44d77fed
Implement a lexer for structured comments.
|
13 年之前 |