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