jkorous-apple added inline comments.

================
Comment at: tools/libclang/CIndexer.cpp:108
+  // Write out the information about the invocation to it.
+  auto WriteStringKey = [&](StringRef Key, StringRef Value) {
+    OS << R"(")" << Key << R"(":")";
----------------
Nit: Maybe capturing &OS is enough?


Repository:
  rC Clang

https://reviews.llvm.org/D40527



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

Reply via email to