Files
clang-p2996/llvm/lib/Support/GraphWriter.cpp
Youngsuk Kim 18058f2a32 [llvm][GraphWriter] Resize std::string, instead of reassigning to substr (NFC)
* Don't call substr which creates a new string instance
* Only call string method if string length is larger than 140

Closes #90324
2024-05-02 16:20:46 -05:00

9.6 KiB