summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Write CXX base specifier offsets for chained ASTs.Anders Carlsson2011-03-061-19/+27
* Improved MemberPointerType source locations.Abramo Bagnara2011-03-051-0/+1
* Currently we can only remap a file by creating a MemoryBuffer and replacing t...Argyrios Kyrtzidis2011-03-051-5/+8
* Push nested-name-specifier source location information into templateDouglas Gregor2011-03-021-2/+2
* Push nested-name-specifier source-location information into dependentDouglas Gregor2011-03-011-1/+1
* Reinstate the introduction of source-location information forDouglas Gregor2011-03-011-1/+1
* Implement -mrtd which sets the StdCall calling convention to be the defaultRoman Divacky2011-03-011-0/+1
* Revert r126748, my second attempt at nested-name-specifier sourceDouglas Gregor2011-03-011-1/+1
* Reinstate r126737, extending the generation of type-source locationDouglas Gregor2011-03-011-1/+1
* Revert r126737, the most recent nested-name-specifier location change, for bu...Douglas Gregor2011-03-011-1/+1
* Push nested-name-specifier source location information into elaboratedDouglas Gregor2011-03-011-1/+1
* Push nested-name-specifier source location information intoDouglas Gregor2011-03-011-1/+1
* Use NestedNameSpecifierLoc within out-of-line variables, function, andDouglas Gregor2011-02-251-2/+1
* Update UsingDecl, UnresolvedUsingTypenameDecl, andDouglas Gregor2011-02-251-3/+58
* Teach NestedNameSpecifier to keep track of namespace aliases the sameDouglas Gregor2011-02-241-0/+4
* Add a CXXExceptions flag to LangOptions.Anders Carlsson2011-02-231-1/+2
* Implement the C++0x deduced 'auto' feature.Richard Smith2011-02-201-0/+8
* Add a new ObjCExceptions member variable to LangOptions. This controls whethe...Anders Carlsson2011-02-191-0/+1
* Serialization/deserialization support for floating point #pragmaPeter Collingbourne2011-02-151-0/+28
* Allow resolving headers from a PCH even after headers+PCH were moved to anoth...Argyrios Kyrtzidis2011-02-151-5/+25
* Eliminate a major performance problem with chained PCH, where we wereDouglas Gregor2011-02-111-4/+0
* Implement AST/PCH chaining support for macro definitions. Previously,Douglas Gregor2011-02-111-3/+16
* When we're writing macro definitions to an AST/PCH File, sort theDouglas Gregor2011-02-101-7/+27
* 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
OpenPOWER on IntegriCloud