llvm-project
f313b0af - [Clang][NFC] Capture by ref to avoid copying std::string (#138231)

Commit
355 days ago
[Clang][NFC] Capture by ref to avoid copying std::string (#138231) Static analysis flagged capturing BName by value as opposed to by reference. Updated capture to be by reference.
Author
Parents
Loading