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
/
Makefile
Age
Commit message (
Expand
)
Author
2013-02-01
Unbreak Makefile build after r174216
Dmitri Gribenko
2013-02-01
Comment parsing: improve the fidelity of XML output for many block commands
Dmitri Gribenko
2013-01-30
Comment parsing: resolve more named character references
Dmitri Gribenko
2013-01-07
Implement Attr dumping for -ast-dump.
Alexander Kornienko
2012-09-10
Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.
Dmitri Gribenko
2012-08-31
Comment HTML tag name machers: move from StringSwitch to an efficient
Dmitri Gribenko
2012-07-06
Implement AST classes for comments, a real parser for Doxygen comments and a
Dmitri Gribenko
2011-10-06
Clang-side build system infrastructure for multiple tblgens.
Peter Collingbourne
2010-08-18
Generate Attr subclasses with TableGen.
Sean Hunt
2010-06-16
Implement first TD-based usage of attributes.
Sean Hunt
2010-06-08
Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile.
Daniel Dunbar
2010-05-30
Move .td files from AST to Basic.
Sean Hunt
2010-05-30
Convert DeclNodes to use TableGen.
Sean Hunt
2010-05-05
Reapplying patch to change StmtNodes.def to StmtNodes.td, this time
Sean Hunt
2010-05-05
Revert r103072; I accidentally ended up deleting a bunch of trailing
Sean Hunt
2010-05-05
Change StmtNodes.def to StmtNodes.td in anticipation of a rewrite of attributes
Sean Hunt