[clang] ClangFormat: Insert braces & newline for Chromium (PR #140888)
Victor Vianna via cfe-commits
cfe-commits at lists.llvm.org
Thu May 22 02:52:30 PDT 2025
================
@@ -5904,7 +5904,7 @@ TEST_F(FormatTest, MacrosWithoutTrailingSemicolon) {
getLLVMStyleWithColumns(60));
verifyFormat("VISIT_GL_CALL(GenBuffers, void, (GLsizei n, GLuint* buffers), "
- "(n, buffers))",
+ "(n, buffers))\n",
getChromiumStyle(FormatStyle::LK_Cpp));
----------------
victorvianna wrote:
Done
https://github.com/llvm/llvm-project/pull/140888
More information about the cfe-commits
mailing list