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
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