MyDeveloperDay marked an inline comment as done.
MyDeveloperDay added inline comments.


================
Comment at: clang/tools/clang-format/ClangFormat.cpp:304
 
-      StringRef Line(StartBuf, (EndBuf - StartBuf) - 1);
+      Mgr.AddNewSourceBuffer(
+          MemoryBuffer::getMemBuffer(StartBuf, AssumedFileName), SMLoc());
----------------
Note to self: this can probably go outside the loop.


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

https://reviews.llvm.org/D69921



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

Reply via email to