aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Serialization/ASTBitCodes.h
AgeCommit message (Expand)Author
2011-08-09Move the creation of the record type for the state of Objective-C fastDouglas Gregor
2011-08-09Don't serialize the block descriptor or block extended descriptorDouglas Gregor
2011-08-09Move the construction of the RecordDecl representing the runtimeDouglas Gregor
2011-08-09Migrate the serialization of ASTContext's AutoDeduceTy andDouglas Gregor
2011-08-04Introduce local -> global mapping for preprocessed entity IDs. This isDouglas Gregor
2011-08-04Implement the local -> global remapping for macro definition IDs inDouglas Gregor
2011-08-03Introduce local -> global selector ID mapping into the ASTDouglas Gregor
2011-08-03Introduce a local-to-global remapping for identifiers in the ASTDouglas Gregor
2011-08-03Remove stray commaDouglas Gregor
2011-08-03Introduce a constant for the number of predefined declarations in anDouglas Gregor
2011-08-02Change the hashing function for DeclContext lookup within an AST fileDouglas Gregor
2011-08-02Implement a proper local -> global type ID remapping scheme in the ASTDouglas Gregor
2011-08-01Rename the AST file's SOURCE_LOCATION_MAP to MODULE_OFFSET_MAP, to indicate t...Douglas Gregor
2011-07-28Introduce the local-global mapping for preprocessed entities, and useDouglas Gregor
2011-07-28Teach the ASTReader to perform local and global mapping of identifierDouglas Gregor
2011-07-19Revamp the SourceManager to separate the representation of parsedDouglas Gregor
2011-07-15Move the Serialization library from 'instantiation' to 'expansion', withChandler Carruth
2011-07-15Add serialization support for SubstNonTypeTemplateParmExpr.John McCall
2011-06-28Add support for C++ namespace-aware typo correction, e.g., correctingDouglas Gregor
2011-06-21Introduce a new AST node describing reference binding to temporaries.Douglas Gregor
2011-06-15Automatic Reference Counting.John McCall
2011-06-04Add support for builtin astype:Tanya Lattner
2011-06-03Introduce additional abbreviations into the AST writer forDouglas Gregor
2011-06-02[PCH] Store the offsets of source location file entries and go through themArgyrios Kyrtzidis
2011-05-24Implement a new type node, UnaryTransformType, designed to represent aSean Hunt
2011-05-06Keep track of the file ID corresponding to the original file used toDouglas Gregor
2011-05-05Implement support for C++0x alias templates.Richard Smith
2011-05-04there i fixed itSean Hunt
2011-05-04Implement serialization of delegating constructors.Sean Hunt
2011-04-28Implementation of Embarcadero array type traitsJohn Wiegley
2011-04-26Make yet another placeholder type, this one marking that an expression is a b...John McCall
2011-04-25t/clang/expr-traitsJohn Wiegley
2011-04-15Support for C++11 (non-template) alias declarations.Richard Smith
2011-04-15C1X: implement generic selectionsPeter Collingbourne
2011-04-14Add support for C++0x's range-based for loops, as specified by the C++11 draf...Richard Smith
2011-04-07Basic, untested implementation for an "unknown any" type requested by LLDB.John McCall
2011-02-20Implement the C++0x deduced 'auto' feature.Richard Smith
2011-02-17Change the representation of GNU ?: expressions to use a different expressionJohn McCall
2011-02-17Step #1/N of implementing support for __label__: split labels intoChris Lattner
2011-02-15Serialization/deserialization support for floating point #pragmaPeter Collingbourne
2011-02-15Allow resolving headers from a PCH even after headers+PCH were moved to anoth...Argyrios Kyrtzidis
2011-02-10Implement two related optimizations that make de-serialization ofDouglas Gregor
2011-02-09AST, Sema, Serialization: add CUDAKernelCallExpr and related semantic actionsPeter Collingbourne
2011-02-09AST, Sema, Serialization: keep track of cudaConfigureCallPeter Collingbourne
2011-02-08Split the serialized representation for the detailed preprocessingDouglas Gregor
2011-01-19Implement support for non-type template parameter packs whose type isDouglas Gregor
2011-01-15Introduce a new expression kind, SubstNonTypeTemplateParmPackExpr,Douglas Gregor
2011-01-14Properly propagate #pragma diagnostic mappings from PCH but not command-line ...Argyrios Kyrtzidis
2011-01-14Start implementing support for substitution into pack expansions thatDouglas Gregor
2011-01-06Introduce an AttributedType, but don't actually use it anywhere yet.John McCall