The tristate is a little redundant as we can determine if the item was already in the cache based on the return from try_emplace.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Differential D120196
[clang-tidy][NFC] Remove Tristate from CachedGlobList njames93 on Feb 19 2022, 3:51 PM. Authored by
Details The tristate is a little redundant as we can determine if the item was already in the cache based on the return from try_emplace.
Diff Detail
|