diff options
author | Walter Erquinigo <a20012251@gmail.com> | 2024-05-17 18:32:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-17 12:32:59 -0400 |
commit | d90159add4140d6f4994f5767fa6ef31cc28897b (patch) | |
tree | 5c1ca9f45300cdbf0a77f53b2bb99ce8a8fc2fa7 /clang/lib/Sema/SemaCodeComplete.cpp | |
parent | d38ea8c4c84be9496249098053599c24b87f1376 (diff) | |
download | llvm-d90159add4140d6f4994f5767fa6ef31cc28897b.zip llvm-d90159add4140d6f4994f5767fa6ef31cc28897b.tar.gz llvm-d90159add4140d6f4994f5767fa6ef31cc28897b.tar.bz2 |
[LSP] Use std::string for storing the Reply method (#92464)
This was using a StringRef, which is very unsafe because the method name
might just get disposed due to the async nature of the response.
This was causing weird characters being printed in the output logs.
Diffstat (limited to 'clang/lib/Sema/SemaCodeComplete.cpp')
0 files changed, 0 insertions, 0 deletions