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
/
Serialization
/
ASTCommon.h
Age
Commit message (
Expand
)
Author
2013-01-22
Make getDefinitiveDeclContext() actually return a DeclContext, as one
Douglas Gregor
2013-01-21
When deserializing a declaration, don't look for redeclarations if its
Douglas Gregor
2013-01-21
Introduce a fast path for the ASTReader's name lookup within a
Douglas Gregor
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-07-01
PR13189: va_list broken with precompiled headers
Meador Inge
2012-01-15
When deserializing the definition of a C++ class/ObjC class/ObjC
Douglas Gregor
2012-01-01
Introduce the core infrastructure needed to model redeclaration chains
Douglas Gregor
2011-12-15
Introduce the core infrastructure needed to model a complete
Douglas Gregor
2011-08-09
Migrate the serialization of ASTContext's AutoDeduceTy and
Douglas Gregor
2011-04-29
Add a decl update when a static data member of a class template is instantiat...
Sebastian Redl
2011-04-24
Fix adding an anonymous namespace in a chained PCH to a namespace from a prev...
Sebastian Redl
2010-12-10
It's kindof silly that ExtQuals has an ASTContext&, and we can use that
John McCall
2010-10-28
Use the ASTMutationListener to track added template specializations in a chai...
Argyrios Kyrtzidis
2010-10-24
Keep track in chained PCH of implicit members that were added after the defin...
Argyrios Kyrtzidis
2010-10-24
Start fleshing out ASTMutationListener; notify when a tag definition is compl...
Argyrios Kyrtzidis
2010-08-20
Refactoring; move the functionality of ASTWriter::GetOrCreateTypeID to the mo...
Argyrios Kyrtzidis
2010-08-20
Share the common code of ComputeHash(Selector Sel) instead of keeping 2 copie...
Argyrios Kyrtzidis