1. b3a0fa4 [ModuleMap][CrashReproducer] Collect headers from inner frameworks by Bruno Cardoso Lopes · 9 years ago
  2. 0df3e04 [CrashReproducer] Always use realpath for destination by Bruno Cardoso Lopes · 9 years ago
  3. f084179 [CrashReproducer] Change module map callback signature. NFC by Bruno Cardoso Lopes · 9 years ago
  4. fc8644c [CrashReproducer] Setup 'use-external-names' in YAML files. by Bruno Cardoso Lopes · 10 years ago
  5. 72af472 Don't use PATH_MAX. by Sean Silva · 10 years ago
  6. 4775fcf [CrashReproducer] Use toUppercase from include/clang/Basic/CharInfo.h by Bruno Cardoso Lopes · 10 years ago
  7. 49acebe [CrashReproducer] Change std::toupper to ::toupper by Bruno Cardoso Lopes · 10 years ago
  8. 4c20bef [CrashReproducer] Setup 'case-sensitive' in YAML files. by Bruno Cardoso Lopes · 10 years ago
  9. 7caebc1 [CrashReproducer] Move ModuleDependencyCollector method around. NFC by Bruno Cardoso Lopes · 10 years ago
  10. e62cfd7 [CrashReproducer] Add a module map callback for added headers by Bruno Cardoso Lopes · 10 years ago
  11. b1631d9 [CrashReproducer] Cleanup and move functionality around in ModuleDependencyCollector. NFC by Bruno Cardoso Lopes · 10 years ago
  12. d878e28 Reapply [2] [VFS] Add 'overlay-relative' field to YAML files by Bruno Cardoso Lopes · 10 years ago
  13. 9e2f9d8 Revert "Reapply [VFS] Add 'overlay-relative' field to YAML files" by Bruno Cardoso Lopes · 10 years ago
  14. 016b2d0 Reapply [VFS] Add 'overlay-relative' field to YAML files by Bruno Cardoso Lopes · 10 years ago
  15. 0f53cf1 [VFS] Remove wrong header include by Bruno Cardoso Lopes · 10 years ago
  16. b76c027 Reapply [2]: [VFS] Add support for handling path traversals by Bruno Cardoso Lopes · 10 years ago
  17. 9ed443c Revert r263617, "Reapply: [VFS] Add support for handling path traversals" by NAKAMURA Takumi · 10 years ago
  18. 770c627 Revert r263622, "clang/lib/Frontend/ModuleDependencyCollector.cpp: Use clang/Config/config.h instead of llvm's." by NAKAMURA Takumi · 10 years ago
  19. dc9e191 clang/lib/Frontend/ModuleDependencyCollector.cpp: Use clang/Config/config.h instead of llvm's. by NAKAMURA Takumi · 10 years ago
  20. c9daaae Reapply: [VFS] Add support for handling path traversals by Bruno Cardoso Lopes · 10 years ago
  21. be056b1 Revert "[VFS] Add support for handling path traversals" by Bruno Cardoso Lopes · 10 years ago
  22. b7eb8db Revert "[VFS] Add 'overlay-relative' field to YAML files" and "[VFS] Fix call to getVFSFromYAML in unittests" by Bruno Cardoso Lopes · 10 years ago
  23. 8c03c54 [VFS] Add 'overlay-relative' field to YAML files by Bruno Cardoso Lopes · 10 years ago
  24. 956e6a0 [VFS] Add support for handling path traversals by Bruno Cardoso Lopes · 10 years ago
  25. aeb9dd9 Moving FileManager::removeDotPaths to llvm::sys::path::remove_dots by Mike Aizatsky · 10 years ago
  26. 216a3bd [modules] Change the way we deal with .d output for explicitly-specified module by Richard Smith · 10 years ago
  27. ab9db51 Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). by Alexander Kornienko · 10 years ago
  28. 3d9d929 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  29. 92e1b62 Remove many superfluous SmallString::str() calls. by Yaron Keren · 11 years ago
  30. 0d9593d [cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.py by Chandler Carruth · 11 years ago
  31. 93e3cfc Frontend: Canonicalize to native paths when dumping module dependencies by Justin Bogner · 11 years ago
  32. 54cc3c2 [modules] When constructing paths relative to a module, strip out /./ directory by Richard Smith · 11 years ago
  33. dae941a Update for llvm api change. by Rafael Espindola · 11 years ago
  34. 2721c32 unique_ptr-ify ASTReaderListener in the ASTReader by David Blaikie · 11 years ago
  35. e1552f6 Frontend: Disentangle removePathTraversal from concatenating paths by Justin Bogner · 11 years ago
  36. cbda32f Frontend: Fix a typo by Justin Bogner · 11 years ago
  37. 86d1259 Frontend: Add a CC1 flag to dump module dependencies to a directory by Justin Bogner · 11 years ago