1. b42f200 Extended VerifyDiagnosticConsumer to also verify source file for diagnostic. by Andy Gibbs · 11 years ago
  2. 953a61f Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consistency. by Douglas Gregor · 12 years ago
  3. 3a110f7 Don't infer a submodule for a framework's private header, at least for now. by Douglas Gregor · 13 years ago
  4. c514a8a Rename the command-line option for mapping #include/#import over to by Douglas Gregor · 13 years ago
  5. 305dc3e Detect when mapping a #include/#import over to a submodule ends up by Douglas Gregor · 13 years ago
  6. 3b29bb9 When we have an umbrella directory in a module map, recursively walk by Douglas Gregor · 13 years ago
  7. 6a1db48 Implement the notion of umbrella directories, which implicity cover by Douglas Gregor · 13 years ago
  8. 23af6d5 Implement inference for the "Private" submodule corresponding to by Douglas Gregor · 13 years ago
  9. 4813442c Make sure we pick up module_private.map when loading a module.map file. by Douglas Gregor · 13 years ago
  10. 587986e Implement basic support for private headers in frameworks. In essence, by Douglas Gregor · 13 years ago
  11. e487f42 Rename Objective-C-only tests to .m by Douglas Gregor · 13 years ago[Renamed (91%) from test/Modules/auto-module-import.c]
  12. ac252a3 When inferring a module map for a framework, infer subframework by Douglas Gregor · 13 years ago
  13. ef85b56 Allow inferred submodules for any (sub)module that has an umbrella header by Douglas Gregor · 13 years ago
  14. 0983392 When suggesting a module import for a #include or #import, suggest the by Douglas Gregor · 13 years ago
  15. 8075ce6 When building the main file to parse given a module map, don't skip by Douglas Gregor · 13 years ago
  16. 209977c Inferred framework modules automatically export anything they import by Douglas Gregor · 13 years ago
  17. ecc2c09 Implement name hiding for declarations deserialized from a non-visible by Douglas Gregor · 13 years ago
  18. e3a8256 Introduce an opt-in warning indicating when the compiler is treating by Douglas Gregor · 13 years ago
  19. 2821c7f When we're loading a framework header, first try to turn the framework by Douglas Gregor · 13 years ago
  20. fba18aa Add an experimental flag -fauto-module-import that automatically turns by Douglas Gregor · 13 years ago