llvm-project
f313b0af
- [Clang][NFC] Capture by ref to avoid copying std::string (#138231)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#138231 - [Clang][NFC] Capture by ref to avoid copying std::string
Author
shafik
Parents
17fdcda3
Loading