Files
clang-p2996/clang/lib/InstallAPI/Frontend.cpp
Kazu Hirata c714f928b2 [InstallAPI] Call DenseMap::find without constructing std::string (NFC) (#115260)
KnownIncludes is of DenseMap<StringRef, HeaderType>, so we don't need
to allocate a temporary instance of std::string.
2024-11-07 10:54:35 -08:00

7.7 KiB