aboutsummaryrefslogtreecommitdiff
path: root/flang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2025-05-21 01:11:01 -0700
committerGitHub <noreply@github.com>2025-05-21 01:11:01 -0700
commitfe6290ef5b6c77fcf1d9f27114b515dec2c7c0d3 (patch)
tree20756529c9b9a1d49f4c13fdd6e3cfe789b4ccef /flang/lib/Frontend/CompilerInvocation.cpp
parentad055434283d48aa0261106486f6017ae4674016 (diff)
downloadllvm-fe6290ef5b6c77fcf1d9f27114b515dec2c7c0d3.zip
llvm-fe6290ef5b6c77fcf1d9f27114b515dec2c7c0d3.tar.gz
llvm-fe6290ef5b6c77fcf1d9f27114b515dec2c7c0d3.tar.bz2
[llvm] Use *Map::try_emplace (NFC) (#140843)
try_emplace can default-construct values, so we do not need to do so on our own. Plus, try_emplace(Key) is much shorter than insert(std::make_pair(Key, Value()).
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions