summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Implement two related optimizations that make de-serialization ofDouglas Gregor2011-02-101-21/+133
* AST, Sema, Serialization: add CUDAKernelCallExpr and related semantic actionsPeter Collingbourne2011-02-091-0/+1
* AST, Sema, Serialization: keep track of cudaConfigureCallPeter Collingbourne2011-02-091-0/+9
* Split the serialized representation for the detailed preprocessingDouglas Gregor2011-02-081-81/+97
* Update the writing of the block-information block in the AST fileDouglas Gregor2011-02-081-2/+82
* Basic implementation of inherited constructors. Only generates declarations, ...Sebastian Redl2011-02-051-0/+1
* Basic support for -mms-bitfields, from Carl Norum!Douglas Gregor2011-02-011-0/+1
* Rvalue references for *this: Douglas Gregor2011-01-261-0/+1
* Use attributes for all the override control specifiers.Anders Carlsson2011-01-241-2/+0
* Serialize and deserialize IsMarkedFinal/IsMarkedExplicit.Anders Carlsson2011-01-221-0/+2
* Generalise support for non-inheritable attributesPeter Collingbourne2011-01-211-1/+0
* Introduce a new kind of TemplateName that captures a substitutedDouglas Gregor2011-01-151-0/+8
* Store/retrieve -fshort-enums for PCH, fixes rdar://8854933.Argyrios Kyrtzidis2011-01-151-0/+3
* Teach template template argument pack expansions to keep track of theDouglas Gregor2011-01-141-0/+6
* Properly propagate #pragma diagnostic mappings from PCH but not command-line ...Argyrios Kyrtzidis2011-01-141-9/+21
* Keep track of the number of expansions to be produced from a type packDouglas Gregor2011-01-141-0/+4
* Start implementing support for substitution into pack expansions thatDouglas Gregor2011-01-141-0/+12
* Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter,Alexis Hunt2011-01-081-6/+7
* Update AST reader/writer to handle new AppleKext.Fariborz Jahanian2011-01-071-0/+1
* Introduce an AttributedType, but don't actually use it anywhere yet.John McCall2011-01-061-0/+22
* Replace the representation of template template argument packDouglas Gregor2011-01-051-2/+6
* Add semantic analysis for the creation of and an AST representationDouglas Gregor2011-01-051-0/+2
* Implement pack expansions whose pattern is a base-specifier.Douglas Gregor2011-01-031-0/+3
* 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
OpenPOWER on IntegriCloud