sammccall accepted this revision.
sammccall added inline comments.

================
Comment at: clang-tools-extra/clangd/index/Serialization.cpp:531
+    for (llvm::StringRef C : Cmd.CommandLine)
+      Result.Cmd->CommandLine.emplace_back(C.str());
+  }
----------------
nit: push_back, or emplace_back(C)


================
Comment at: clang-tools-extra/clangd/index/Serialization.cpp:590
 
+  InternedCompileCommand Cmd;
+  if (Data.Cmd) {
----------------
nit: internedcmd to avoid confusion below?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64018/new/

https://reviews.llvm.org/D64018



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to