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
/
DeclNodes.def
Age
Commit message (
Expand
)
Author
2009-07-27
Make ObjCImplDecl inherit from ObjCContainerDecl.
Argyrios Kyrtzidis
2009-07-17
ObjCCategoryImplDecl and ObjCImplementation do not derive directly from DeclC...
Argyrios Kyrtzidis
2009-06-20
Parsing and AST support for using declarations, from John Thompson!
Douglas Gregor
2009-05-31
Initial infrastructure for class template partial specialization. Here
Douglas Gregor
2009-05-30
Get rid of CXXTempVarDecl.
Anders Carlsson
2009-04-24
Make sure that ObjCCompatibleAlias and ObjCImplementation decls are considere...
Douglas Gregor
2009-04-21
Add the beginnings of a CXXTempVarDecl class.
Anders Carlsson
2009-03-28
Create AST nodes for namespace aliases.
Anders Carlsson
2009-03-14
More static_assert work. Check that the assert expr is valid and show an erro...
Anders Carlsson
2009-03-11
Eliminate CXXClassVarDecl. It doesn't add anything
Douglas Gregor
2009-03-08
Update DeclNodes.def to reflect the move of ObjCCategoryImpl
Chris Lattner
2009-02-17
Implement basic parsing and semantic analysis for explicit
Douglas Gregor
2009-02-17
Added ClassTemplateSpecializationDecl, which is a subclass of
Douglas Gregor
2009-02-16
Make DeclContexts maintenance a bit easier.
Argyrios Kyrtzidis
2009-02-10
Refactor FieldDecls to be ValueDecls instead of NamedDecls.
Mike Stump
2009-02-04
Basic representation of C++ class templates, from Andrew Sutton.
Douglas Gregor
2009-02-03
Semantic analysis, ASTs, and unqualified name lookup support for C++
Douglas Gregor
2009-02-02
Add a macro-based enumeration of all of the Decl nodes (like we do
Douglas Gregor