Files
clang-p2996/clang/lib/Lex/Preprocessor.cpp
Kazu Hirata 325281631a [clang] Use *Map::try_emplace (NFC) (#140477)
We can simplify the code with *Map::try_emplace where we need
default-constructed values while avoding calling constructors when
keys are already present.
2025-05-19 06:19:53 -07:00

62 KiB