summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add -fobjc-default-synthesized-properties flagTed Kremenek2010-12-231-0/+2
* Replace all uses of PathV1::makeAbsolute with PathV2::fs::make_absolute.Michael J. Spencer2010-12-211-4/+5
* Introduce a new type, PackExpansionType, to capture types that areDouglas Gregor2010-12-201-0/+8
* Fix diagnostic pragmas.Argyrios Kyrtzidis2010-12-151-1/+1
* Added ParenType type node.Abramo Bagnara2010-12-101-0/+9
* Remove the TypesCompatibleExprClass AST node. Merge its functionality into Bi...Francois Pichet2010-12-081-1/+0
* More anonymous struct/union redesign. This one deals with anonymous field use...Francois Pichet2010-12-041-2/+6
* Serialization: support for CUDA language extensionsPeter Collingbourne2010-12-011-0/+1
* When using a precompiled preamble with detailed preprocessing records,Douglas Gregor2010-11-301-14/+30
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* PCH files only cache successful stats. Remove the code that reads/writes Chris Lattner2010-11-231-16/+9
* rework the stat cache, pulling it out of FileManager.h intoChris Lattner2010-11-231-0/+1
* Add a variant of GCC-style vector types for ARM NEON.Bob Wilson2010-11-101-1/+1
* Remove broken support for variadic templates, along with the variousDouglas Gregor2010-11-071-2/+2
* Don't write an empty DIAG_USER_MAPPINGS record.Argyrios Kyrtzidis2010-11-051-1/+2
* Read/write from/to PCH the diagnostic mappings that the user set so that e.g....Argyrios Kyrtzidis2010-11-051-0/+17
* Flush statements after writing each DECL_CXX_BASE_SPECIFIERS nodeDouglas Gregor2010-10-301-0/+3
* Make the deserialization of C++ base class specifiers lazy, improvingDouglas Gregor2010-10-291-7/+70
* Use the ASTMutationListener to track when a named decl gets added to a DeclCo...Argyrios Kyrtzidis2010-10-281-17/+22
* Properly add chained template specializations.Argyrios Kyrtzidis2010-10-281-0/+2
* Fix the re-serializing decls in a chained PCH mechanism.Argyrios Kyrtzidis2010-10-281-5/+4
* Use the ASTMutationListener to track added template specializations in a chai...Argyrios Kyrtzidis2010-10-281-19/+10
* Keep track in chained PCH of implicit members that were added after the defin...Argyrios Kyrtzidis2010-10-241-0/+14
* Start fleshing out ASTMutationListener; notify when a tag definition is compl...Argyrios Kyrtzidis2010-10-241-0/+29
* Introduce a DeclsToRewrite field in ASTWrite, used for collecting the decls t...Argyrios Kyrtzidis2010-10-241-0/+7
* Some method renaming, no functionality change.Argyrios Kyrtzidis2010-10-241-4/+4
* Refactoring.Argyrios Kyrtzidis2010-10-241-33/+71
* Put the mechanism in place to track modifications in an AST entity that were ...Argyrios Kyrtzidis2010-10-241-13/+37
* Reorganize predefined macros for all Windows targets.Michael J. Spencer2010-10-211-0/+2
* Fix Whitespace.Michael J. Spencer2010-10-211-25/+25
* Extend the preprocessing record and libclang with support forDouglas Gregor2010-10-201-1/+32
* Read/write declaration attributes from/to PCH properly. Embed them in the dec...Argyrios Kyrtzidis2010-10-181-5/+2
* Read/write to/from PCH DeclarationNameLocs, DeclarationNameInfos and Qualifie...Argyrios Kyrtzidis2010-10-151-0/+49
* Allow deserialization of just the fields of a record, when we want to iterate...Argyrios Kyrtzidis2010-10-141-6/+7
* Eliminate usage of ObjCSuperExpr used forFariborz Jahanian2010-10-141-1/+0
* Fix a marvelous chained AST writing bug, where we end up with theDouglas Gregor2010-10-051-6/+10
* When a type comes from a previously-loaded PCH/AST file, don't try to write i...Douglas Gregor2010-10-041-0/+5
* Implement chained PCH support for the macro definitions stored withinDouglas Gregor2010-10-021-6/+21
* Implement the C++0x "trailing return type" feature, e.g.,Douglas Gregor2010-10-011-0/+1
* When an identifier that has a macro definition in the original PCHDouglas Gregor2010-10-011-1/+7
* My previous fix was incorrect for non-chained PCH reuse. Fix again.Sebastian Redl2010-09-271-1/+1
* When chaining PCHs, only write PPRecords that don't come from PCH, and give t...Sebastian Redl2010-09-271-3/+5
* Change source manager serialization to be less tied to the PCH model.Sebastian Redl2010-09-221-1/+2
* Macro definitions in AST files have their own IDs.Sebastian Redl2010-09-151-4/+4
* Replace loops with SmallVector::append.Benjamin Kramer2010-09-061-4/+2
* Avoid implicit string construction.Benjamin Kramer2010-09-021-1/+1
* Rename *PendingImplicitInstantiations to *PendingInstantiations. NoChandler Carruth2010-08-251-16/+14
* Move more stuff out of Sema.h.John McCall2010-08-251-0/+1
* AST writer support for having specializations of templates from earlier in th...Sebastian Redl2010-08-241-0/+19
* Remove a header dependency from Sema.h at the cost of some type safety.John McCall2010-08-241-0/+1
OpenPOWER on IntegriCloud