[clang] Initialize SmallVector variable (PR #114434)
Youngsuk Kim via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 31 10:53:49 PDT 2024
JOE1994 wrote:
Since `SmallVector<std::string> DeviceLibFiles;` is default initialized to an empty vector,
this change seems unnecessary.
https://github.com/llvm/llvm-project/pull/114434
More information about the cfe-commits
mailing list