1. 0dfdb44 Support: Have directory_iterator::status() return FindFirstFileEx/FindNextFile results on Windows. by Peter Collingbourne · 8 years ago
  2. a67cf00 Fix memory leak by using unique_ptr by David Blaikie · 9 years ago
  3. 201f0f5 Fixes for Clang API change by David Blaikie · 9 years ago
  4. ce452ce Deleted unused typedef by Piotr Padlewski · 9 years ago
  5. 08124b1 modernize-use-auto NFC fixes by Piotr Padlewski · 9 years ago
  6. f868d0b Add qualifiers that are about to be necessary. NFC by Paul Robinson · 10 years ago
  7. b3eef01 Added coverage check for extensionless headers, and exclude hidden dot directoryies. by John Thompson · 10 years ago
  8. e557308 Backing out 254635 until I have a good workaround and test case. by John Thompson · 10 years ago
  9. e753fc9 Fixed header determination logic. Was missing extensionless headers in coverage check. by John Thompson · 10 years ago
  10. 4018c62 Added mechanism to modularize for doing a compilation precheck by John Thompson · 10 years ago
  11. 96f5551 Fixed modularize to warn about missing headers referenced in a module map. by John Thompson · 10 years ago
  12. 9d5ae21 Update to match clang r237508. by Richard Smith · 10 years ago
  13. e710371 Make helpers static. clang-tools edition. by Benjamin Kramer · 11 years ago
  14. 84ced5c Renamed function to avoid confusion about purpose. by John Thompson · 11 years ago
  15. b70ecf6 Fixed canonical path function. by John Thompson · 11 years ago
  16. d07cfbd Remove carriage returns. by Nick Lewycky · 11 years ago
  17. 8eb8d93 Added module map coverage support, extracted from module-map-checker. by John Thompson · 11 years ago
  18. 3c9fb52 Pruned some unneeded code and comments. by John Thompson · 11 years ago
  19. 9cb7964 Added support for extracting headers from module maps as a source for the header list. by John Thompson · 11 years ago
  20. 3dcb393 Add canonical path conversion function and use it so paths are consistent. by John Thompson · 11 years ago
  21. d845bae Moved header list loading to new class. This is staging for adding module map loading and checking support. by John Thompson · 11 years ago