index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
Serialization
/
ASTBitCodes.h
Age
Commit message (
Expand
)
Author
2010-10-24
Put the mechanism in place to track modifications in an AST entity that were ...
Argyrios Kyrtzidis
2010-10-20
Extend the preprocessing record and libclang with support for
Douglas Gregor
2010-10-18
Read/write declaration attributes from/to PCH properly. Embed them in the dec...
Argyrios Kyrtzidis
2010-10-14
Allow deserialization of just the fields of a record, when we want to iterate...
Argyrios Kyrtzidis
2010-10-14
Eliminate usage of ObjCSuperExpr used for
Fariborz Jahanian
2010-09-15
Macro definitions in AST files have their own IDs.
Sebastian Redl
2010-09-10
Serialization support for CXXNoexceptExpr.
Sebastian Redl
2010-09-08
Microsoft's __uuidof operator implementation part 1.
Francois Pichet
2010-09-02
Eliminate CXXBindReferenceExpr, which was used in a ton of
Douglas Gregor
2010-08-24
AST reader support for having specializations of templates from earlier in th...
Sebastian Redl
2010-08-24
Baby step towards supporting namespaces in chained PCH.
Sebastian Redl
2010-08-20
Introduce the mechanism for building an AST on-disk hash table for name looku...
Argyrios Kyrtzidis
2010-08-20
serialization::TypeID is used with or without qualifiers, both as index and a...
Argyrios Kyrtzidis
2010-08-18
Rename pch namespace to serialization.
Sebastian Redl
2010-08-18
Rename PCHBitCodes.h -> ASTBitCodes.h
Sebastian Redl