Author: Owen Pan Date: 2022-12-22T02:28:25-08:00 New Revision: 0dc4dfabd748ba3bc4d968a88104c686c388f177
URL: https://github.com/llvm/llvm-project/commit/0dc4dfabd748ba3bc4d968a88104c686c388f177 DIFF: https://github.com/llvm/llvm-project/commit/0dc4dfabd748ba3bc4d968a88104c686c388f177.diff LOG: [clang-format] Add InsertBraces to operator== in Format.h Added: Modified: clang/include/clang/Format/Format.h Removed: ################################################################################ diff --git a/clang/include/clang/Format/Format.h b/clang/include/clang/Format/Format.h index 8b11ae662c70..8949520f87b0 100644 --- a/clang/include/clang/Format/Format.h +++ b/clang/include/clang/Format/Format.h @@ -4088,6 +4088,7 @@ struct FormatStyle { IndentRequiresClause == R.IndentRequiresClause && IndentWidth == R.IndentWidth && IndentWrappedFunctionNames == R.IndentWrappedFunctionNames && + InsertBraces == R.InsertBraces && JavaImportGroups == R.JavaImportGroups && JavaScriptQuotes == R.JavaScriptQuotes && JavaScriptWrapImports == R.JavaScriptWrapImports && _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits