[PATCH] D102488: [clang][deps] Prune unused header search paths
Jan Svoboda via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 26 04:54:03 PDT 2021
jansvoboda11 planned changes to this revision.
jansvoboda11 added a comment.
After speaking with @dexonsmith, the laziness is probably not necessary when dealing with a short bit vector. I'll also explore using `llvm::BitVector` instead of `std::vector<bool>`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102488/new/
https://reviews.llvm.org/D102488
More information about the cfe-commits
mailing list