llvm-project
c21fd448
- [clang][deps][NFC] Replace a vector with an array (#169555)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
141 days ago
[clang][deps][NFC] Replace a vector with an array (#169555) `ResourceDirectoryCache::findResourceDir` uses a `std::vector` when a `std::array` would do.
References
#169555 - [clang][deps][NFC] Replace a vector with an array
Author
davidstone
Parents
e07e60e5
Loading