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
/
DeclSerialization.cpp
Age
Commit message (
Expand
)
Author
2008-09-05
Remove "NextDecl" from RecordDecl. This change touches many files that where...
Ted Kremenek
2008-09-02
RecordDecl serialization:
Ted Kremenek
2008-06-10
-Add DeclChain member to DeclContext.
Argyrios Kyrtzidis
2008-06-09
Added new C++ AST Decl subclasses.
Argyrios Kyrtzidis
2008-05-20
When serializing FunctionDecl, serialize out a reference to the previous decl...
Ted Kremenek
2008-05-12
Unbreak build.
Ted Kremenek
2008-05-12
Grammar cleanup in comment.
Ted Kremenek
2008-05-12
When reading in the DeclCtx during deserialization, register the DeclCtx of the
Ted Kremenek
2008-04-27
Parsing of namespaces:
Argyrios Kyrtzidis
2008-04-22
"This patch renames
Chris Lattner
2008-04-17
Addition of TranslationUnitDecl to the AST:
Argyrios Kyrtzidis
2008-04-15
Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVar...
Steve Naroff
2008-04-11
Use the ASTContext allocator when creating deserialized Decl objects.
Sam Bishop
2008-04-08
Add support for C++ default arguments, and rework Parse-Sema
Chris Lattner
2008-04-07
Pass the ASTContext object around when deserializing Decl and Stmt objects, so
Sam Bishop
2008-04-06
This patch contains these changes:
Chris Lattner
2008-04-04
Rename ScopedDecl::getContext() -> getContextDecl(). Two motivations:
Steve Naroff
2008-04-04
Introduce ContextDecl, patch by Argiris Kirtzidis!
Chris Lattner
2008-03-16
switch the rest of the C decl classes to do their
Chris Lattner
2008-03-15
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner