[PATCH] D116283: Added an option to add a space between operator overloading and opening parentheses in clang-format
Rajat Bajpai via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 27 06:44:53 PST 2021
rajatbajpai updated this revision to Diff 396302.
rajatbajpai added a comment.
Incorporated review comments.
Changelog:
1. Using unit test case instead of lit test case.
2. Placed the option according to alphabetical order.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116283/new/
https://reviews.llvm.org/D116283
Files:
clang/docs/ClangFormatStyleOptions.rst
clang/include/clang/Format/Format.h
clang/lib/Format/Format.cpp
clang/lib/Format/TokenAnnotator.cpp
clang/unittests/Format/FormatTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116283.396302.patch
Type: text/x-patch
Size: 6549 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211227/18254a24/attachment-0001.bin>
More information about the llvm-commits
mailing list