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
/
TypeSerialization.cpp
Age
Commit message (
Expand
)
Author
2009-04-22
Remove the serialization code that predates precompiled
Douglas Gregor
2009-03-30
Improve the representation of template names in the AST. This
Douglas Gregor
2009-03-27
Initial implementation of parsing, semantic analysis, and template
Douglas Gregor
2009-03-26
Revamp our representation of C++ nested-name-specifiers. We now have a
Douglas Gregor
2009-03-19
Introduce a representation for types that we referred to via a
Douglas Gregor
2009-03-16
Almost complete implementation of rvalue references. One bug, and a few uncle...
Sebastian Redl
2009-03-09
Implement template instantiation for ClassTemplateSpecializationTypes,
Douglas Gregor
2009-02-28
Eliminate CXXRecordType
Douglas Gregor
2009-02-26
Create a new TypeNodes.def file that enumerates all of the types,
Douglas Gregor
2009-02-17
Renamed ASQualType to ExtQualType to reflect its more
Fariborz Jahanian
2009-02-09
Start processing template-ids as types when the template-name refers
Douglas Gregor
2009-02-05
Improve the representation of template type parameters. We now
Douglas Gregor
2009-01-24
Add support for declaring pointers to members.
Sebastian Redl
2009-01-17
Teach DeclContext how to find the primary declaration for any TagDecl
Douglas Gregor
2008-12-24
Add serialization support for TypeOfType.
Zhongxing Xu
2008-12-24
Add serialization support for TypeOfExpr.
Zhongxing Xu
2008-12-05
Introduce basic support for dependent types, type-dependent
Douglas Gregor
2008-12-05
Representation of template type parameters and non-type template
Douglas Gregor
2008-11-28
Switch QualType to use llvm::PointerIntPair internally to do the pointer
Chris Lattner
2008-10-26
Don't give a default argument to ASTContext::getFunctionType for the TypeQual...
Argyrios Kyrtzidis
2008-10-14
Move Type::EmitImpl into header, add FIXME to make abstract.
Daniel Dunbar
2008-08-27
First wave of changes to support "blocks" (an extension to C).
Steve Naroff
2008-08-11
More #include cleaning
Daniel Dunbar
2008-07-27
Fix serialization for TypedefType by allowing TypedefType to access the inter...
Ted Kremenek
2008-07-26
Comment out the last call to QualType::getCanonicalType. This *breaks*
Chris Lattner
2008-04-07
Pass the ASTContext object around when deserializing Decl and Stmt objects, so
Sam Bishop
2008-03-15
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner