index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
AST
/
DeclBase.cpp
Age
Commit message (
Expand
)
Author
2008-12-05
Representation of template type parameters and non-type template
Douglas Gregor
2008-12-01
-Add several ObjC types to Decl::getDeclKindName(), a useful debug hook.
Steve Naroff
2008-11-19
Make DeclContext::getLexicalParent reuse DeclContext::getParent.
Argyrios Kyrtzidis
2008-11-19
Take care another assert:
Argyrios Kyrtzidis
2008-11-19
Make the non-const DeclContext::getParent call the const version, instead of ...
Argyrios Kyrtzidis
2008-11-07
Parsing, ASTs, and semantic analysis for the declaration of conversion
Douglas Gregor
2008-11-05
Parsing, representation, and preliminary semantic analysis of destructors.
Douglas Gregor
2008-10-31
Add support for parsing and representing C++ constructor declarations.
Douglas Gregor
2008-10-21
Preliminary support for function overloading
Douglas Gregor
2008-10-15
Simplify handling of struct/union/class tags.
Argyrios Kyrtzidis
2008-10-12
Improve the const-ness of a few methods.
Argyrios Kyrtzidis
2008-10-12
Implement more efficient Decl <-> DeclContext conversions.
Argyrios Kyrtzidis
2008-10-10
Final phase of converting BlockDecls over to DeclContext. This is unfortunate...
Steve Naroff
2008-10-08
- Add BlockDecl AST node.
Steve Naroff
2008-08-20
Added ObjCAtDefsFieldDecl to represent FieldDecls created by @defs.
Ted Kremenek
2008-08-11
More #include cleaning
Daniel Dunbar
2008-08-10
Add some C++ Decl statistics.
Argyrios Kyrtzidis
2008-06-17
Change self/_cmd to be instances of ImplicitParamDecl instead of ParmVarDecl.
Chris Lattner
2008-06-09
Added new C++ AST Decl subclasses.
Argyrios Kyrtzidis
2008-06-07
Fix the line endings in the newly added DeclBase.cpp.
Eli Friedman
2008-06-04
Move Decl and DeclContext implementations into a new DeclBase.cpp file.
Argyrios Kyrtzidis