[PATCH] D91950: [clang-format] Add BreakBeforeInlineASMColon configuration

Björn Schäpers via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 14 17:24:43 PDT 2021


HazardyKnusperkeks added inline comments.


================
Comment at: clang/unittests/Format/FormatTest.cpp:5077
+  verifyFormat("asm volatile(\"string\", : : val);", Style);
+  verifyFormat("asm volatile(\"string\", : val1 : val2);", Style);
+
----------------
You should add a test case with long lines. You can use a style with a lower `ColumnLimit` for that.


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

https://reviews.llvm.org/D91950



More information about the cfe-commits mailing list