index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
AST
/
CommentDumper.cpp
Age
Commit message (
Expand
)
Author
2013-01-14
Dump comments in -ast-dump.
Alexander Kornienko
2013-01-12
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2012-10-25
CommentDumper: reorder members and add a comment.
Dmitri Gribenko
2012-10-19
Remove const_casts by propagating constness down to called functions.
Dmitri Gribenko
2012-10-18
[doc parsing] use getParamName to access parameter
Fariborz Jahanian
2012-10-15
structured document comment: patch to provide comment for overriding function
Fariborz Jahanian
2012-10-12
Add dump support for comments coming from
Fariborz Jahanian
2012-10-10
[Doc parsing] This patch searches overridden objc/c++
Fariborz Jahanian
2012-09-10
Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.
Dmitri Gribenko
2012-07-31
Comment parsing: add support for \tparam command on all levels.
Dmitri Gribenko
2012-07-30
Comment dumper: silence a warning by not casting away const
Dmitri Gribenko
2012-07-28
Comment dumper: print \param parameter index if parameter name is resolved.
Dmitri Gribenko
2012-07-23
Comment AST: add InlineContentComment::RenderKind to specify a default
Dmitri Gribenko
2012-07-19
CommentDumper: print word-like arguments for block commands.
Dmitri Gribenko
2012-07-18
Comment::dump(): show name of inline command
Dmitri Gribenko
2012-07-18
On Darwin, the linker removes functions in CommentDumper.o (Comment::dump())
Dmitri Gribenko
2012-07-13
Comment AST nodes: rename getXXXCount() methods to getNumXXXs() to be in line...
Dmitri Gribenko
2012-07-13
Comment parsing: repaint the bikesched: rename 'HTML open tags' to 'HTML star...
Dmitri Gribenko
2012-07-11
Enable comment parsing and semantic analysis to emit diagnostics. A few
Dmitri Gribenko
2012-07-06
Implement AST classes for comments, a real parser for Doxygen comments and a
Dmitri Gribenko