diff options
author | Kazu Hirata <kazu@google.com> | 2025-05-17 14:44:26 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-17 14:44:26 -0700 |
commit | 9b93c9a28418febb1eb2642cf7dea034e877d158 (patch) | |
tree | e7f505253a2162254704b329519e1f3b02a8a082 /clang/lib/Lex/ModuleMap.cpp | |
parent | fadaf0c513c8054db04e5ae234a27232568fac28 (diff) | |
download | llvm-9b93c9a28418febb1eb2642cf7dea034e877d158.zip llvm-9b93c9a28418febb1eb2642cf7dea034e877d158.tar.gz llvm-9b93c9a28418febb1eb2642cf7dea034e877d158.tar.bz2 |
[PassManager] Simplify code with DenseMap::try_emplace (NFC) (#140402)
We can simplify the code with DenseMap::try_emplace and structured
binding. Note that DenseMap::try_emplace default-constructs the value
if omitted.
Diffstat (limited to 'clang/lib/Lex/ModuleMap.cpp')
0 files changed, 0 insertions, 0 deletions