fakepaper56 added inline comments.
================ Comment at: clang/lib/Sema/SemaRVVLookup.cpp:329 + + auto appendPolicySuffix = [&](std::string suffix) { + Name += suffix; ---------------- Using `const std::string &suffix`. ================ Comment at: clang/lib/Support/RISCVVIntrinsicUtils.cpp:876 + + auto appendPolicySuffix = [&](std::string suffix) { + Name += suffix; ---------------- Using `const std::string &suffix`. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D126742/new/ https://reviews.llvm.org/D126742 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits