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
/
CommentCommands.td
Age
Commit message (
Expand
)
Author
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. Add @method and @callback for
Fariborz Jahanian
2013-03-05
doc parsing. We want to issue a strong warning when
Fariborz Jahanian
2013-02-26
doxygen command. Add 'attention' command to list of similar
Fariborz Jahanian
2013-02-01
Comment parsing: improve the fidelity of XML output for many block commands
Dmitri Gribenko
2013-01-31
Comment parsing: add more comments to CommentCommands.td
Dmitri Gribenko
2013-01-31
[Comment parsing] Add support for recognizing
Fariborz Jahanian
2012-09-22
Comment sema: warn when comment has \deprecated but declaration does not have a
Dmitri Gribenko
2012-09-15
Comment parsing: support \namespace like other commands that contain just a
Dmitri Gribenko
2012-09-14
Comment parsing: support the "\invariant" command.
Dmitri Gribenko
2012-09-13
Comment parsing: handle \deprecated command. It is a block command, but it
Dmitri Gribenko
2012-09-12
Comment parsing: recognize more Doxygen commands
Dmitri Gribenko
2012-09-10
Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.
Dmitri Gribenko