[clang] [Clang][TableGen] Use StringRef in FlattenedSpelling (PR #113809)
Rahul Joshi via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 28 11:23:15 PDT 2024
================
@@ -49,40 +49,38 @@ using namespace llvm;
namespace {
class FlattenedSpelling {
- std::string V, N, NS;
+ StringRef V, N, NS;
----------------
jurahul wrote:
In short, I'll defer it to you. If we don't want to commit this, I am fine and the find the reasoning behind if reasonable as well :)
https://github.com/llvm/llvm-project/pull/113809
More information about the cfe-commits
mailing list