index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
AST
/
CommentBriefParser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-2
/
+2
*
[NFC] Header cleanup
Mehdi Amini
2016-07-18
1
-1
/
+0
*
Some refactoring in my patch on document
Fariborz Jahanian
2013-03-02
1
-1
/
+1
*
Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.
Dmitri Gribenko
2012-09-10
1
-4
/
+4
*
CommentBriefParser: allow paragraphs to be separated by line of whitespace.
Dmitri Gribenko
2012-08-21
1
-5
/
+38
*
Comment parsing: extract TableGen'able pieces into new CommandTraits class.
Dmitri Gribenko
2012-08-09
1
-19
/
+9
*
Comment parsing: add support for \tparam command on all levels.
Dmitri Gribenko
2012-07-31
1
-0
/
+1
*
CommentBriefParser: coding style fix
Dmitri Gribenko
2012-07-20
1
-2
/
+1
*
CommentBriefParser: use \returns if we can't find the \brief or just a plain
Dmitri Gribenko
2012-07-20
1
-6
/
+21
*
CommentBriefParser: use StringSwitch::Cases to group synonyms. Thanks Jordan!
Dmitri Gribenko
2012-07-17
1
-9
/
+4
*
CommentBriefParser: make \short should equivalent to \brief, per Doxygen manual.
Dmitri Gribenko
2012-07-17
1
-1
/
+2
*
CommentBriefParser: remove dead store. Found by Clang Analyzer.
Dmitri Gribenko
2012-07-03
1
-6
/
+2
*
Factor out a check for block commands (that implicitly start a new paragraph)...
Dmitri Gribenko
2012-06-29
1
-3
/
+18
*
Cleanup \brief comment. Since it is a single paragraph, no need to save newl...
Dmitri Gribenko
2012-06-28
1
-1
/
+30
*
Teach \brief parser about commands that start a new paragraph implicitly
Dmitri Gribenko
2012-06-28
1
-7
/
+19
*
Simplify logic in BriefParser::Parse(), per Jordan's comment.
Dmitri Gribenko
2012-06-27
1
-14
/
+7
*
Implement a lexer for structured comments.
Dmitri Gribenko
2012-06-26
1
-0
/
+76