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
/
CommentDumper.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Dump comments in -ast-dump.
Alexander Kornienko
2013-01-14
1
-257
/
+0
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-1
/
+1
*
CommentDumper: reorder members and add a comment.
Dmitri Gribenko
2012-10-25
1
-6
/
+7
*
Remove const_casts by propagating constness down to called functions.
Dmitri Gribenko
2012-10-19
1
-2
/
+2
*
[doc parsing] use getParamName to access parameter
Fariborz Jahanian
2012-10-18
1
-3
/
+10
*
structured document comment: patch to provide comment for overriding function
Fariborz Jahanian
2012-10-15
1
-1
/
+1
*
Add dump support for comments coming from
Fariborz Jahanian
2012-10-12
1
-5
/
+10
*
[Doc parsing] This patch searches overridden objc/c++
Fariborz Jahanian
2012-10-10
1
-1
/
+1
*
Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.
Dmitri Gribenko
2012-09-10
1
-8
/
+21
*
Comment parsing: add support for \tparam command on all levels.
Dmitri Gribenko
2012-07-31
1
-0
/
+19
*
Comment dumper: silence a warning by not casting away const
Dmitri Gribenko
2012-07-30
1
-1
/
+1
*
Comment dumper: print \param parameter index if parameter name is resolved.
Dmitri Gribenko
2012-07-28
1
-2
/
+4
*
Comment AST: add InlineContentComment::RenderKind to specify a default
Dmitri Gribenko
2012-07-23
1
-0
/
+15
*
CommentDumper: print word-like arguments for block commands.
Dmitri Gribenko
2012-07-19
1
-0
/
+2
*
Comment::dump(): show name of inline command
Dmitri Gribenko
2012-07-18
1
-0
/
+1
*
On Darwin, the linker removes functions in CommentDumper.o (Comment::dump())
Dmitri Gribenko
2012-07-18
1
-8
/
+2
*
Comment AST nodes: rename getXXXCount() methods to getNumXXXs() to be in line...
Dmitri Gribenko
2012-07-13
1
-3
/
+3
*
Comment parsing: repaint the bikesched: rename 'HTML open tags' to 'HTML star...
Dmitri Gribenko
2012-07-13
1
-5
/
+5
*
Enable comment parsing and semantic analysis to emit diagnostics. A few
Dmitri Gribenko
2012-07-11
1
-11
/
+3
*
Implement AST classes for comments, a real parser for Doxygen comments and a
Dmitri Gribenko
2012-07-06
1
-0
/
+206