[PATCH] D148799: [clang] Return `std::string_view` from `TargetInfo::getClobbers()`
Sviatoslav Osipov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 21 07:41:54 PDT 2023
Stoorx added a comment.
I did not set `const` qualifier for return type because `std::string_view` is constant by design. Or should I mark it `const` explicitly?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148799/new/
https://reviews.llvm.org/D148799
More information about the cfe-commits
mailing list