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
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2012-01-20
Instantiate dependent attributes when instantiating templates.
DeLesley Hutchins
2011-09-08
Thread Safety: Patch to implement delayed parsing of attributes within a
Caitlin Sadowski
2010-10-20
Add a __has_attribute macro that works much like __has_feature and __has_buil...
Anders Carlsson
2010-08-18
Generate Attr subclasses with 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
2009-11-19
Driver: Switch to using TableGen'erated Options.inc instead of Options.def file.
Daniel Dunbar
2009-03-16
Build system changes to use TableGen to generate the various
Douglas Gregor
2009-03-14
Revert the switch to the tablegen diags. It fails for seperate objdir builds ...
Sebastian Redl
2009-03-14
Switch diagnostics from .def to tablegen files. Please validate the Windows b...
Sebastian Redl