1. 21cae20 When an import statement fails to find a module in the module cache, by Douglas Gregor · 13 years ago
  2. 9a6da69 Introduce a cc1-level option to provide the path to the module cache, by Douglas Gregor · 13 years ago
  3. e389585 Diagnose attempt to mark function-local declarations as __module_private__. by Douglas Gregor · 13 years ago
  4. 591dc84 Allow __module_private__ on fields by Douglas Gregor · 13 years ago
  5. f3a762a Remove the restriction on module-private friends. Since the friend by Douglas Gregor · 13 years ago
  6. 02a5e87 Don't crash when we fail to load a module. It's unbecoming of a by Douglas Gregor · 13 years ago
  7. 6274d30 Friends cannot be declared module-private by Douglas Gregor · 13 years ago
  8. d023aec Specializations cannot be module-hidden. Diagnose attempts to do so. by Douglas Gregor · 13 years ago
  9. e761230 __module_private__ is inherited by redeclarations of an entity, and by Douglas Gregor · 13 years ago
  10. 6311d2b Propagate __module_private__ from previous declarations to later declarations. by Douglas Gregor · 13 years ago
  11. 8d267c5 Modules: introduce the __module_private__ declaration specifier, which by Douglas Gregor · 13 years ago
  12. 556ecc7 Make test slightly trickier by Douglas Gregor · 13 years ago
  13. 7143aab Modules hide macro definitions by default, so that silly things like by Douglas Gregor · 13 years ago
  14. e6b8d68 Support importing of ObjC categories from modules. by Argyrios Kyrtzidis · 13 years ago
  15. 65030af Switch __import__ over to __import_module__, so we don't conflict with by Douglas Gregor · 13 years ago
  16. 6be16fe Take an entirely different approach to handling the "parsing" of by Douglas Gregor · 14 years ago
  17. f4a3f95 XFAIL one of the module tests on win32, until we figure out what's happening by Douglas Gregor · 14 years ago
  18. 6aa52ec Introduce support for a simple module import declaration, which by Douglas Gregor · 14 years ago
  19. 467dc88 Introduce a -cc1 option "-emit-module", that creates a binary module by Douglas Gregor · 14 years ago
  20. 3d15ab8 Use the module manager's search facility to look for methods with a by Douglas Gregor · 14 years ago
  21. 851c75a Introduce a depth-first search of modules into the module manager, by Douglas Gregor · 14 years ago
  22. 0d95f77 In the AST reader, switch name lookup within a DeclContect over to the by Douglas Gregor · 14 years ago
  23. 0c02ada Make the loading of multiple records for the same identifier (from by Douglas Gregor · 14 years ago
  24. 211f6e8 Introduce a module visitation function that starts at the top-level by Douglas Gregor · 14 years ago
  25. fac4ece Teach ModuleManager::addModule() to check whether a particular module by Douglas Gregor · 14 years ago
  26. 870d1fe Temporarily revert r137925 to appease buildbots. Original commit message: by Chad Rosier · 14 years ago
  27. a4c189f Teach ModuleManager::addModule() to check whether a particular module by Douglas Gregor · 14 years ago