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
/
Basic
/
DeclNodes.td
Age
Commit message (
Expand
)
Author
2013-04-16
Sema for Captured Statements
Tareq A. Siraj
2013-04-16
Basic support for Microsoft property declarations and
John McCall
2013-03-22
OpenMP threadprivate directive parsing and semantic analysis
Alexey Bataev
2013-02-22
[Sema] Semantic analysis for empty-declaration and attribute-declaration.
Michael Han
2012-01-01
Eliminate ObjCForwardProtocolDecl, which is redundant now that
Douglas Gregor
2011-12-27
Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDecl
Douglas Gregor
2011-12-02
Introduce a module import declaration, so that we properly represent, e.g.,
Douglas Gregor
2011-08-14
Implement function template specialization at class scope extension in Micros...
Francois Pichet
2011-05-05
Implement support for C++0x alias templates.
Richard Smith
2011-04-15
Support for C++11 (non-template) alias declarations.
Richard Smith
2011-02-17
Step #1/N of implementing support for __label__: split labels into
Chris Lattner
2011-02-09
NonTypeTemplateParmDecl is just a DeclaratorDecl, not a VarDecl.
John McCall
2010-11-21
Major anonymous union/struct redesign.
Francois Pichet
2010-07-29
Refactor redeclarable template declarations
Peter Collingbourne
2010-06-16
Implement first TD-based usage of attributes.
Sean Hunt
2010-06-05
Added AccessSpecDecl node.
Abramo Bagnara
2010-05-30
Move .td files from AST to Basic.
Sean Hunt