HazardyKnusperkeks added a comment. And format what clang-format says. Then it looks good to me.
================ Comment at: clang/unittests/Format/FormatTest.cpp:6250 + verifyFormat("asm volatile(\"loooooooooooooooooooong\",\n" + " : : val);", + Style); ---------------- Could you add for Never and Always the code from Above? ``` "asm(\"movq\\t%%rbx, %%rsi\\n\\t\"\n" " \"cpuid\\n\\t\"\n" " \"xchgq\\t%%rbx, %%rsi\\n\\t\"\n" " : \"=a\"(*rEAX), \"=S\"(*rEBX), \"=c\"(*rECX), \"=d\"(*rEDX)\n" " : \"a\"(value));" ``` CHANGES SINCE LAST ACTION https://reviews.llvm.org/D91950/new/ https://reviews.llvm.org/D91950 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits