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. b0e33d4 Also merge template redeclarations. by Axel Naumann · 12 years ago
  5. 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
  6. 32ad2ee Change @import to @__experimental_modules_import. We are not ready to commit to a particular syntax for modules, by Ted Kremenek · 12 years ago
  7. cc32b44 When deserializing the definition of a C++ class/ObjC class/ObjC by Douglas Gregor · 13 years ago
  8. 4791fa2 Implement declaration merging for variables in disjoint modules. by Douglas Gregor · 13 years ago
  9. 7076281 Implement declaration merging for non-template functions from by Douglas Gregor · 13 years ago
  10. 7a53740 Test "merging" of typedef types across distinct modules. At present, by Douglas Gregor · 13 years ago
  11. 1ca4a5c Implement cross-module declaration merging for tag declarations, so by Douglas Gregor · 13 years ago
  12. 5948ae1 Introduce a non-uglified syntax for module imports in Objective-C: by Douglas Gregor · 13 years ago
  13. dba9361 Implement declaration merging for Objective-C protocols across by Douglas Gregor · 13 years ago
  14. 27c6da2 Wire up redeclaration chains for Objective-C protocols, so that both by Douglas Gregor · 13 years ago
  15. cce54aa If we end up merging an Objective-C class with an existing Objective-C by Douglas Gregor · 13 years ago
  16. 0f75323 When deserializing an Objective-C class, check whether we have another by Douglas Gregor · 13 years ago
  17. 1d4c113 When we make a previously-deserialized module definition visible, 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. ecb1938 Optimize serialized representation of redeclarable declarations for by Douglas Gregor · 13 years ago
  21. a1be278 Completely re-implement (de-)serialization of declaration by Douglas Gregor · 13 years ago