index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
AST
/
CommentParser.h
Age
Commit message (
Expand
)
Author
2013-03-02
Some refactoring in my patch on document
Fariborz Jahanian
2013-01-26
Comment parsing: actually check for a block command after "\param x"
Dmitri Gribenko
2012-12-04
Sort #include lines for all files under include/...
Chandler Carruth
2012-08-31
Use LLVM_DELETED_FUNCTION instead of a comment.
Dmitri Gribenko
2012-08-09
Comment parsing: extract TableGen'able pieces into new CommandTraits class.
Dmitri Gribenko
2012-08-06
Comment parser and sema: remove useless return values
Dmitri Gribenko
2012-07-31
Comment parsing: add support for \tparam command on all levels.
Dmitri Gribenko
2012-07-25
Make comments::Parser and comments::Sema noncopyable.
Dmitri Gribenko
2012-07-24
Comment parsing: couple TextTokenRetokenizer and comment parser together to
Dmitri Gribenko
2012-07-24
Comment parsing: retokenized text tokens are now pushed back in correct (not
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
Stop using new[] on llvm::BumpPtrAllocator.
Dmitri Gribenko
2012-07-06
Implement AST classes for comments, a real parser for Doxygen comments and a
Dmitri Gribenko