[all-commits] [llvm/llvm-project] b2619b: [clang][deps][NFC] Replace a vector with an array

David Stone via All-commits all-commits at lists.llvm.org
Tue Nov 25 11:29:19 PST 2025


  Branch: refs/heads/users/davidstone/scan-deps-use-array-instead-of-vector
  Home:   https://github.com/llvm/llvm-project
  Commit: b2619be6151a67dda1bd8f6cd3e7f3c29ab2c0e4
      https://github.com/llvm/llvm-project/commit/b2619be6151a67dda1bd8f6cd3e7f3c29ab2c0e4
  Author: David Stone <davidfromonline at gmail.com>
  Date:   2025-11-25 (Tue, 25 Nov 2025)

  Changed paths:
    M clang/tools/clang-scan-deps/ClangScanDeps.cpp

  Log Message:
  -----------
  [clang][deps][NFC] Replace a vector with an array

`ResourceDirectoryCache::findResourceDir` uses a `std::vector` when a `std::array` would do.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list