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