aboutsummaryrefslogtreecommitdiff
path: root/lib/Serialization/ASTWriter.cpp
AgeCommit message (Expand)Author
2011-01-08Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter,Sean Hunt
2011-01-07Update AST reader/writer to handle new AppleKext.Fariborz Jahanian
2011-01-06Introduce an AttributedType, but don't actually use it anywhere yet.John McCall
2011-01-05Replace the representation of template template argument packDouglas Gregor
2011-01-05Add semantic analysis for the creation of and an AST representationDouglas Gregor
2011-01-03Implement pack expansions whose pattern is a base-specifier.Douglas Gregor
2010-12-23Add -fobjc-default-synthesized-properties flagTed Kremenek
2010-12-21Replace all uses of PathV1::makeAbsolute with PathV2::fs::make_absolute.Michael J. Spencer
2010-12-20Introduce a new type, PackExpansionType, to capture types that areDouglas Gregor
2010-12-15Fix diagnostic pragmas.Argyrios Kyrtzidis
2010-12-10Added ParenType type node.Abramo Bagnara
2010-12-08Remove the TypesCompatibleExprClass AST node. Merge its functionality into Bi...Francois Pichet
2010-12-04More anonymous struct/union redesign. This one deals with anonymous field use...Francois Pichet
2010-12-01Serialization: support for CUDA language extensionsPeter Collingbourne
2010-11-30When using a precompiled preamble with detailed preprocessing records,Douglas Gregor
2010-11-29Merge System into Support.Michael J. Spencer
2010-11-23PCH files only cache successful stats. Remove the code that reads/writes Chris Lattner
2010-11-23rework the stat cache, pulling it out of FileManager.h intoChris Lattner
2010-11-10Add a variant of GCC-style vector types for ARM NEON.Bob Wilson
2010-11-07Remove broken support for variadic templates, along with the variousDouglas Gregor
2010-11-05Don't write an empty DIAG_USER_MAPPINGS record.Argyrios Kyrtzidis
2010-11-05Read/write from/to PCH the diagnostic mappings that the user set so that e.g....Argyrios Kyrtzidis
2010-10-30Flush statements after writing each DECL_CXX_BASE_SPECIFIERS nodeDouglas Gregor
2010-10-29Make the deserialization of C++ base class specifiers lazy, improvingDouglas Gregor
2010-10-28Use the ASTMutationListener to track when a named decl gets added to a DeclCo...Argyrios Kyrtzidis
2010-10-28Properly add chained template specializations.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-21Reorganize predefined macros for all Windows targets.Michael J. Spencer
2010-10-21Fix Whitespace.Michael J. Spencer
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-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-10-05Fix a marvelous chained AST writing bug, where we end up with theDouglas Gregor
2010-10-04When a type comes from a previously-loaded PCH/AST file, don't try to write i...Douglas Gregor
2010-10-02Implement chained PCH support for the macro definitions stored withinDouglas Gregor
2010-10-01Implement the C++0x "trailing return type" feature, e.g.,Douglas Gregor
2010-10-01When an identifier that has a macro definition in the original PCHDouglas Gregor
2010-09-27My previous fix was incorrect for non-chained PCH reuse. Fix again.Sebastian Redl
2010-09-27When chaining PCHs, only write PPRecords that don't come from PCH, and give t...Sebastian Redl
2010-09-22Change source manager serialization to be less tied to the PCH model.Sebastian Redl
2010-09-15Macro definitions in AST files have their own IDs.Sebastian Redl