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
/
CommentCommandTraits.h
Age
Commit message (
Expand
)
Author
2013-04-03
Escape more @ signs in Doxygen comments.
Jordan Rose
2013-03-08
Documentation parsing. Some refactoring and code
Fariborz Jahanian
2013-03-07
HeaderDoc: Support more of HeaderDoc documentation
Fariborz Jahanian
2013-03-05
doc parsing. We want to issue a strong warning when
Fariborz Jahanian
2013-02-22
Comment parsing: add CommentOptions to allow specifying custom comment block ...
Dmitri Gribenko
2013-02-01
Comment parsing: improve the fidelity of XML output for many block commands
Dmitri Gribenko
2013-01-31
Escape backslash in the comment.
Dmitri Gribenko
2013-01-31
[Comment parsing] Add support for recognizing
Fariborz Jahanian
2012-12-04
Sort #include lines for all files under include/...
Chandler Carruth
2012-09-22
Comment sema: warn when comment has \deprecated but declaration does not have a
Dmitri Gribenko
2012-09-13
Comment parsing: handle \deprecated command. It is a block command, but it
Dmitri Gribenko
2012-09-10
Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.
Dmitri Gribenko
2012-08-16
CommentCommandTraits: rename BeginName -> StartName for consistency.
Dmitri Gribenko
2012-08-09
Comment to HTML and XML conversion: ignore commands that contain a declaration
Dmitri Gribenko
2012-08-09
Comment to HTML and XML conversion: use CommandTraits to classify commands.
Dmitri Gribenko
2012-08-09
Comment parsing: extract TableGen'able pieces into new CommandTraits class.
Dmitri Gribenko