Age | Commit message (Expand) | Author |
2012-03-07 | [PCH] Mark a PCH file with a flag to indicate if the serialized AST had | Argyrios Kyrtzidis |
2012-03-06 | Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, | Ted Kremenek |
2012-02-29 | Serialization: Switch over to using the native SmallVector based BitstreamWriter | Daniel Dunbar |
2012-02-29 | ASTWriter: Cache some DenseMaps we use repeatedly. | Daniel Dunbar |
2012-02-24 | Implement a new type trait __is_trivially_constructible(T, Args...) | Douglas Gregor |
2012-02-14 | Implement AST (de-)serialization for lambda expressions. | Douglas Gregor |
2012-02-09 | Kill the brief and full explanation fields from StaticDiagInfoRec. They were ... | Benjamin Kramer |
2012-02-09 | Fix ASTReader::FinishedDeserializing(). | Argyrios Kyrtzidis |
2012-02-07 | Revert my patches which removed Diagnostic.h includes by moving some operator... | Benjamin Kramer |
2012-02-05 | Basic: import OwningPtr<> into clang namespace | Dylan Noblesmith |
2012-02-04 | Move various diagnostic operator<< overloads out of line and remove includes ... | Benjamin Kramer |
2012-01-27 | Reimplement (de-)serialization of Objective-C categories to eliminate | Douglas Gregor |
2012-01-25 | Introduce a generation number for selector lookups in the global | Douglas Gregor |
2012-01-25 | Rework the external Sema source's ReadMethodPool() so that it doesn't | Douglas Gregor |
2012-01-18 | Optimize unqualified/global name lookup in modules by introducing a | Douglas Gregor |
2012-01-17 | Delay the creation of the built-in Objective-C class 'Protocol' by | Douglas Gregor |
2012-01-15 | When deserializing the definition of a C++ class/ObjC class/ObjC | Douglas Gregor |
2012-01-15 | Completely re-implement (de-)serialization of redeclaration | Douglas Gregor |
2012-01-05 | Don't seed the ASTWriter's declaration -> ID mapping with the IDs of | Douglas Gregor |
2012-01-05 | When we deserialize a declaration from a module file, allocate extra | Douglas Gregor |
2012-01-01 | Implement declaration merging for Objective-C protocols across | Douglas Gregor |
2012-01-01 | Eliminate ObjCForwardProtocolDecl, which is redundant now that | Douglas Gregor |
2012-01-01 | Eliminate ASTMutationListener::UpdatedAttributeList, which is no | Douglas Gregor |
2011-12-31 | Implement support for module requirements, which indicate the language | Douglas Gregor |
2011-12-27 | Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDecl | Douglas Gregor |
2011-12-22 | Serialize the AST reader's mapping from canonical declarations to the | Douglas Gregor |
2011-12-22 | If we end up merging an Objective-C class with an existing Objective-C | Douglas Gregor |
2011-12-22 | When deserializing an Objective-C class, check whether we have another | Douglas Gregor |
2011-12-20 | When we make a previously-deserialized module definition visible, | Douglas Gregor |
2011-12-19 | Eliminate the first->last redeclaration map from the AST file | Douglas Gregor |
2011-12-19 | Remove ASTReader's PendingForwardRefs, which is now handled by the | Douglas Gregor |
2011-12-19 | Once we have fully deserialized a redeclaration chain for something | Douglas Gregor |
2011-12-19 | The submodule offset map can introduce "empty" remapping entries for | Douglas Gregor |
2011-12-17 | Completely re-implement (de-)serialization of declaration | Douglas Gregor |
2011-12-17 | [PCH] Don't deserialize bodies of interesting decls while iterating | Argyrios Kyrtzidis |
2011-12-15 | Move the definition-specific data of ObjCInterfaceDecl into a | Douglas Gregor |
2011-12-09 | Move ChainedIncludesSource into the Frontend library. This never really | Chandler Carruth |
2011-12-09 | Separate the serialization library's diagnostics from the frontend's | Chandler Carruth |
2011-12-08 | Implement umbrella directories for modules, which are similar to | Douglas Gregor |
2011-12-06 | Implement inferred submodules support, which (when requested) | Douglas Gregor |
2011-12-05 | When writing a module file, keep track of the set of (sub)modules that | Douglas Gregor |
2011-12-03 | [PCH] Make sure that the SourceExpr of a OpaqueValueExpr is always initialized | Argyrios Kyrtzidis |
2011-12-03 | Implement support for precompiled headers, preambles, and serialized | Douglas Gregor |
2011-12-02 | Introduce a module import declaration, so that we properly represent, e.g., | Douglas Gregor |
2011-12-02 | Implement (de-)serialization of the set of exported modules in a | Douglas Gregor |
2011-12-02 | Notify the AST writer (via ASTDeserializationListener) when a | Douglas Gregor |
2011-12-02 | Implement name hiding for macro definitions within modules, such that | Douglas Gregor |
2011-12-01 | Implement name hiding for declarations deserialized from a non-visible | Douglas Gregor |
2011-12-01 | Introduce the notion of name visibility into modules. For a given | Douglas Gregor |
2011-12-01 | Infer the submodule ID for a given declaration based on the location | Douglas Gregor |