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