aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Serialization
AgeCommit message (Expand)Author
2011-01-08Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter,Sean Hunt
2011-01-06Introduce an AttributedType, but don't actually use it anywhere yet.John McCall
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-30System was renamed Support. Fix the build.Duncan Sands
2010-11-30Add missing file from last commitDouglas Gregor
2010-11-30When using a precompiled preamble with detailed preprocessing records,Douglas Gregor
2010-11-29Merge System into Support.Michael J. Spencer
2010-11-23now the FileManager has a FileSystemOpts ivar, stop threadingChris Lattner
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-11-03Implement -working-directory.Argyrios Kyrtzidis
2010-10-30Make the deserialization of macro definitions lazy, so that we canDouglas Gregor
2010-10-29Make the deserialization of C++ base class specifiers lazy, improvingDouglas Gregor
2010-10-28Switch case IDs conflict between chained PCHs; since there is no need to be g...Argyrios Kyrtzidis
2010-10-28Use the ASTMutationListener to track when a named decl gets added to a DeclCo...Argyrios Kyrtzidis
2010-10-28Fix the re-serializing decls in a chained PCH mechanism.Argyrios Kyrtzidis
2010-10-28Use the ASTMutationListener to track added template specializations in a chai...Argyrios Kyrtzidis
2010-10-24Keep track in chained PCH of implicit members that were added after the defin...Argyrios Kyrtzidis
2010-10-24Start fleshing out ASTMutationListener; notify when a tag definition is compl...Argyrios Kyrtzidis
2010-10-24Introduce a DeclsToRewrite field in ASTWrite, used for collecting the decls t...Argyrios Kyrtzidis
2010-10-24Some method renaming, no functionality change.Argyrios Kyrtzidis
2010-10-24Refactoring.Argyrios Kyrtzidis
2010-10-24Put the mechanism in place to track modifications in an AST entity that were ...Argyrios Kyrtzidis
2010-10-24Simplify and "robust-ify" the way that CXXRecord references point to the defi...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-15Read/write to/from PCH DeclarationNameLocs, DeclarationNameInfos and Qualifie...Argyrios Kyrtzidis
2010-10-14When performing typo correction, look through the set of knownDouglas Gregor
2010-10-14Allow deserialization of just the fields of a record, when we want to iterate...Argyrios Kyrtzidis
2010-10-14Give a default implementation for ASTDeserializationListener's methods, no fu...Argyrios Kyrtzidis
2010-10-14Eliminate usage of ObjCSuperExpr used forFariborz Jahanian
2010-10-05Give every file that ASTReader loads a type: module, PCH, precompiled preambl...Sebastian Redl
2010-10-05Thread PerFileData through the ASTReader again, this time with the LLVM changes.Sebastian Redl
2010-10-02Implement chained PCH support for the macro definitions stored withinDouglas Gregor
2010-10-01Revert r115336 ("Thread PerFileData through everything."), becauseDouglas Gregor
2010-10-01Thread PerFileData through everything. This allows us to remap stuff later.Sebastian Redl
2010-10-01Record module loaders and module source order.Sebastian Redl
2010-09-22Change source manager serialization to be less tied to the PCH model.Sebastian Redl
2010-09-22Only preload SLocEntries after the entire PCH chain was loaded.Sebastian Redl
2010-09-22Reshuffle PerFileData's members to make more sense.Sebastian Redl
2010-09-15Macro definitions in AST files have their own IDs.Sebastian Redl