1. 1b257af Use @import rather than @__experimental_modules_import, since the by Douglas Gregor · 12 years ago
  2. 5456b0fe When we load a function or method body from an AST file, we check by Douglas Gregor · 12 years ago
  3. 39d26c3 Merge pending instantiations instead of overwriting existing ones. by Axel Naumann · 12 years ago
  4. 3dd82f7 The Redeclarable part of named decls is read before their name. by Axel Naumann · 12 years ago
  5. b0e33d4 Also merge template redeclarations. by Axel Naumann · 12 years ago
  6. 7b3b95a Bring ASTReader and Writer into sync for the case where a canonical template specialization was written, which is non-canonical at the time of reading: force the reading of the ClassTemplateDecl if it was written. by Axel Naumann · 12 years ago
  7. 32ad2ee Change @import to @__experimental_modules_import. We are not ready to commit to a particular syntax for modules, by Ted Kremenek · 13 years ago
  8. 91534a3 (Implicit) parameters deserialized as part of a function type must not by Douglas Gregor · 13 years ago
  9. 4791fa2 Implement declaration merging for variables in disjoint modules. by Douglas Gregor · 13 years ago
  10. 7076281 Implement declaration merging for non-template functions from by Douglas Gregor · 13 years ago
  11. 7a53740 Test "merging" of typedef types across distinct modules. At present, by Douglas Gregor · 13 years ago
  12. 1ca4a5c Implement cross-module declaration merging for tag declarations, so by Douglas Gregor · 13 years ago
  13. 5948ae1 Introduce a non-uglified syntax for module imports in Objective-C: by Douglas Gregor · 13 years ago
  14. dba9361 Implement declaration merging for Objective-C protocols across by Douglas Gregor · 13 years ago
  15. 27c6da2 Wire up redeclaration chains for Objective-C protocols, so that both by Douglas Gregor · 13 years ago
  16. c3cfd2a Serialize the AST reader's mapping from canonical declarations to the by Douglas Gregor · 13 years ago
  17. 0f75323 When deserializing an Objective-C class, check whether we have another by Douglas Gregor · 13 years ago
  18. 2ccd89c When performing name lookup for a redeclaration, ignore module by Douglas Gregor · 13 years ago
  19. f63b0a5 Re-implement (de-)serialization of redeclaration chains for by Douglas Gregor · 13 years ago
  20. adafc2e The submodule offset map can introduce "empty" remapping entries for by Douglas Gregor · 13 years ago
  21. ecb1938 Optimize serialized representation of redeclarable declarations for by Douglas Gregor · 13 years ago
  22. a1be278 Completely re-implement (de-)serialization of declaration by Douglas Gregor · 13 years ago