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
2011-01-04
Implement the sizeof...(pack) expression to compute the length of a
Douglas Gregor
2011-01-03
Implement support for pack expansions whose pattern is a non-type
Douglas Gregor
2010-12-20
Introduce a new type, PackExpansionType, to capture types that are
Douglas Gregor
2010-12-10
Added ParenType type node.
Abramo Bagnara
2010-12-08
Remove the TypesCompatibleExprClass AST node. Merge its functionality into Bi...
Francois Pichet
2010-12-07
Type traits intrinsic implementation: __is_base_of(T, U)
Francois Pichet
2010-12-06
Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoretical
John McCall
2010-12-02
Simplify the ASTs by consolidating ObjCImplicitGetterSetterExpr and ObjCPrope...
John McCall
2010-11-29
Merge System into Support.
Michael J. Spencer
2010-11-21
Compilation error: remove extra comma.
Francois Pichet
2010-11-21
Major anonymous union/struct redesign.
Francois Pichet
2010-11-15
Add a new expression kind, OpaqueValueExpr, which is useful for
John McCall
2010-11-05
Read/write from/to PCH the diagnostic mappings that the user set so that e.g....
Argyrios Kyrtzidis
2010-10-29
Make the deserialization of C++ base class specifiers lazy, improving
Douglas Gregor
2010-10-28
Use the ASTMutationListener to track added template specializations in a chai...
Argyrios Kyrtzidis
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
[prev]