[PATCH] D152443: Add operator style options to clang-format

Alexander Hinze via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Jun 11 15:24:59 PDT 2023


KitsuneAlex updated this revision to Diff 530346.
KitsuneAlex marked 4 inline comments as done.
KitsuneAlex added a comment.

Added missing test case for default operator declarations as requested, as well as blank lines between the blocks inside the test functions
as visual separators.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152443

Files:
  clang/docs/ClangFormatStyleOptions.rst
  clang/docs/ReleaseNotes.rst
  clang/include/clang/Format/Format.h
  clang/lib/Format/Format.cpp
  clang/lib/Format/TokenAnnotator.cpp
  clang/unittests/Format/ConfigParseTest.cpp
  clang/unittests/Format/FormatTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152443.530346.patch
Type: text/x-patch
Size: 13829 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230611/26731237/attachment-0001.bin>


More information about the cfe-commits mailing list