1. 985410f [clang] Hide the `TargetOptions` pointer from `CompilerInvocation` (#106271) by Jan Svoboda · 3 weeks ago
  2. aacc4e9a [modularize] Fix the build by Kazu Hirata · 8 weeks ago
  3. 7a37074 [clang][lex] Store non-owning options ref in `HeaderSearch` (#132780) by Jan Svoboda · 8 weeks ago
  4. 6194668 [clang][modules] Shrink the size of `Module::Headers` (#113395) by Jan Svoboda · 7 months ago
  5. d102ee6 [clang] Use operator==(StringRef, StringRef) (NFC) (#92708) by Kazu Hirata · 12 months ago
  6. 2b00d44 [clang-tools-extra] Use SmallString::operator std::string (NFC) by Kazu Hirata · 1 year, 4 months ago
  7. 481fd41 [modularize] Use SmallString::operator std::string (NFC) by Kazu Hirata · 1 year, 4 months ago
  8. a171d24 [clang][modules] Deprecate module.map in favor of module.modulemap (#75142) by Michael Spencer · 1 year, 5 months ago
  9. 732bccb Use StringRef::{starts,ends}_with (NFC) by Kazu Hirata · 1 year, 5 months ago
  10. 1c6c01f [Attributes][HLSL] Teach EnumArgument to refer to an external enum (#70835) by Justin Bogner · 1 year, 7 months ago
  11. 7baf5d3 [modularize] Stabilize iteration order when processing module maps by Fangrui Song · 1 year, 10 months ago
  12. e6830b6 [clang][modules] NFCI: Extract optionality out of `Module::{Header,DirectoryName}` by Jan Svoboda · 2 years ago
  13. d574e91 [clang][lex] NFCI: Use DirectoryEntryRef in ModuleMap::parseModuleMapFile() by Jan Svoboda · 2 years ago
  14. 9249129 [clang][modules] NFCI: Distinguish as-written and effective umbrella directories by Jan Svoboda · 2 years ago
  15. 40136ec [clang] Make access to submodules via `iterator_range` by Stoorx · 2 years, 1 month ago
  16. 86029e4 [clang-tools-extra] Rename StringRef _lower() method calls to _insensitive() by Martin Storsjö · 3 years, 11 months ago
  17. 7799ef7 Revert "Lex: Migrate HeaderSearch::LoadedModuleMaps to FileEntryRef" by Nico Weber · 4 years, 5 months ago
  18. a40db55 Lex: Migrate HeaderSearch::LoadedModuleMaps to FileEntryRef by Duncan P. N. Exon Smith · 4 years, 5 months ago
  19. adcd026 Make llvm::StringRef to std::string conversions explicit. by Benjamin Kramer · 5 years ago
  20. a02f857 [clang-tools-extra] Adopt FileManager's error-returning APIs by Harlan Haskins · 6 years ago
  21. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 6 years ago
  22. 0dfdb44 Support: Have directory_iterator::status() return FindFirstFileEx/FindNextFile results on Windows. by Peter Collingbourne · 8 years ago
  23. a67cf00 Fix memory leak by using unique_ptr by David Blaikie · 8 years ago
  24. 201f0f5 Fixes for Clang API change by David Blaikie · 8 years ago
  25. ce452ce Deleted unused typedef by Piotr Padlewski · 8 years ago
  26. 08124b1 modernize-use-auto NFC fixes by Piotr Padlewski · 8 years ago
  27. f868d0b Add qualifiers that are about to be necessary. NFC by Paul Robinson · 9 years ago
  28. b3eef01 Added coverage check for extensionless headers, and exclude hidden dot directoryies. by John Thompson · 9 years ago
  29. e557308 Backing out 254635 until I have a good workaround and test case. by John Thompson · 9 years ago
  30. e753fc9 Fixed header determination logic. Was missing extensionless headers in coverage check. by John Thompson · 9 years ago
  31. 4018c62 Added mechanism to modularize for doing a compilation precheck by John Thompson · 10 years ago
  32. 96f5551 Fixed modularize to warn about missing headers referenced in a module map. by John Thompson · 10 years ago
  33. 9d5ae21 Update to match clang r237508. by Richard Smith · 10 years ago
  34. e710371 Make helpers static. clang-tools edition. by Benjamin Kramer · 10 years ago
  35. 84ced5c Renamed function to avoid confusion about purpose. by John Thompson · 10 years ago
  36. b70ecf6 Fixed canonical path function. by John Thompson · 10 years ago
  37. d07cfbd Remove carriage returns. by Nick Lewycky · 10 years ago
  38. 8eb8d93 Added module map coverage support, extracted from module-map-checker. by John Thompson · 10 years ago
  39. 3c9fb52 Pruned some unneeded code and comments. by John Thompson · 10 years ago
  40. 9cb7964 Added support for extracting headers from module maps as a source for the header list. by John Thompson · 10 years ago
  41. 3dcb393 Add canonical path conversion function and use it so paths are consistent. by John Thompson · 10 years ago
  42. d845bae Moved header list loading to new class. This is staging for adding module map loading and checking support. by John Thompson · 10 years ago