[PATCH] D68969: [clang-format] Remove the dependency on frontend
Manuel Klimek via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 21 20:22:48 PDT 2019
klimek accepted this revision.
klimek added a comment.
This revision is now accepted and ready to land.
lg
================
Comment at: clang/tools/clang-format/ClangFormat.cpp:356
+
+ StringRef Line(StartBuf, (EndBuf - StartBuf) - 1);
+
----------------
- 1 is to exclude the \n I'd assume?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68969/new/
https://reviews.llvm.org/D68969
More information about the cfe-commits
mailing list