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

================
Comment at: clang/unittests/Format/SortIncludesTest.cpp:895
+  Style.IncludeBlocks = Style.IBS_Regroup;
+  std::string Code = "#include \"b\"\n"  // Start of line: 0
+                     "\n"                // Start of line: 13
----------------
HazardyKnusperkeks wrote:
> Should we add a check for the formatted text? So that one could easily see 
> where the cursor is moved.
Yep!


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

https://reviews.llvm.org/D124452

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

Reply via email to