1. 8f8d581 When we load header file information from the external source (i.e., by Douglas Gregor · 13 years ago
  2. 61c5e34 With modules, we can end up loading a new module after we've seen an by Douglas Gregor · 13 years ago
  3. fba18aa Add an experimental flag -fauto-module-import that automatically turns by Douglas Gregor · 13 years ago
  4. 1f87cf4 Add test case for mutually recursive modules by Douglas Gregor · 13 years ago
  5. 1a995dd When we load the first module, make sure that we wire up the ASTConsumer to the newly-created ASTReader. This makes sure that CodeGen sees the declarations it is interested in by Douglas Gregor · 13 years ago
  6. 0f50b08 Teach LangOptions::resetNonModularOptions to actually do what it says it does by Douglas Gregor · 13 years ago
  7. de8a905 Make -E work with module imports by Douglas Gregor · 13 years ago
  8. ce835df Don't try to write a macro offset for an identifier that names a non-exported macro, for real this time by Douglas Gregor · 13 years ago
  9. 5ed6277 Revert my exported-macro hackery. Something is amiss by Douglas Gregor · 13 years ago
  10. 0c129af Don't try to write a macro offset for an identifier that names a non-exported macro by Douglas Gregor · 13 years ago
  11. e2978e3 Add test for the driver's handling of modules by Douglas Gregor · 13 years ago
  12. 6e975c4 For modules, use a hash of the compiler version, language options, and by Douglas Gregor · 13 years ago
  13. 1c7e047 When building a module on-demand, clear out the "non-modular" language by Douglas Gregor · 13 years ago
  14. 7d5e81b Switch the serialization of LangOptions over to use the .def file. We by Douglas Gregor · 13 years ago
  15. fe522c2 Add a struct-size check for modules when dealing with module-private fields by Douglas Gregor · 13 years ago
  16. 21cae20 When an import statement fails to find a module in the module cache, by Douglas Gregor · 13 years ago
  17. 9a6da69 Introduce a cc1-level option to provide the path to the module cache, by Douglas Gregor · 13 years ago
  18. e389585 Diagnose attempt to mark function-local declarations as __module_private__. by Douglas Gregor · 13 years ago
  19. 591dc84 Allow __module_private__ on fields by Douglas Gregor · 13 years ago
  20. f3a762a Remove the restriction on module-private friends. Since the friend by Douglas Gregor · 13 years ago
  21. 02a5e87 Don't crash when we fail to load a module. It's unbecoming of a by Douglas Gregor · 13 years ago
  22. 6274d30 Friends cannot be declared module-private by Douglas Gregor · 13 years ago
  23. d023aec Specializations cannot be module-hidden. Diagnose attempts to do so. by Douglas Gregor · 13 years ago
  24. e761230 __module_private__ is inherited by redeclarations of an entity, and by Douglas Gregor · 13 years ago
  25. 6311d2b Propagate __module_private__ from previous declarations to later declarations. by Douglas Gregor · 13 years ago
  26. 8d267c5 Modules: introduce the __module_private__ declaration specifier, which by Douglas Gregor · 13 years ago
  27. 556ecc7 Make test slightly trickier by Douglas Gregor · 13 years ago
  28. 7143aab Modules hide macro definitions by default, so that silly things like by Douglas Gregor · 13 years ago
  29. e6b8d68 Support importing of ObjC categories from modules. by Argyrios Kyrtzidis · 13 years ago
  30. 65030af Switch __import__ over to __import_module__, so we don't conflict with by Douglas Gregor · 13 years ago
  31. 6be16fe Take an entirely different approach to handling the "parsing" of by Douglas Gregor · 13 years ago
  32. f4a3f95 XFAIL one of the module tests on win32, until we figure out what's happening by Douglas Gregor · 13 years ago
  33. 6aa52ec Introduce support for a simple module import declaration, which by Douglas Gregor · 13 years ago
  34. 467dc88 Introduce a -cc1 option "-emit-module", that creates a binary module by Douglas Gregor · 13 years ago
  35. 3d15ab8 Use the module manager's search facility to look for methods with a by Douglas Gregor · 13 years ago
  36. 851c75a Introduce a depth-first search of modules into the module manager, by Douglas Gregor · 13 years ago
  37. 0d95f77 In the AST reader, switch name lookup within a DeclContect over to the by Douglas Gregor · 13 years ago
  38. 0c02ada Make the loading of multiple records for the same identifier (from by Douglas Gregor · 13 years ago
  39. 211f6e8 Introduce a module visitation function that starts at the top-level by Douglas Gregor · 13 years ago
  40. fac4ece Teach ModuleManager::addModule() to check whether a particular module by Douglas Gregor · 13 years ago
  41. 870d1fe Temporarily revert r137925 to appease buildbots. Original commit message: by Chad Rosier · 13 years ago
  42. a4c189f Teach ModuleManager::addModule() to check whether a particular module by Douglas Gregor · 13 years ago