[PATCH] D75791: [clang-format] Added new option IndentExternBlock
Marcus Johnson via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 6 18:12:08 PST 2020
MarcusJohnson91 created this revision.
MarcusJohnson91 added a reviewer: cfe-commits.
Herald added a project: clang.
and refactored the BraceWrapping.AfterExternBlock code so that it only deals with wrapping the brace after an extern block.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D75791
Files:
clang/include/clang/Format/Format.h
clang/lib/Format/Format.cpp
clang/lib/Format/UnwrappedLineParser.cpp
clang/unittests/Format/FormatTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75791.248874.patch
Type: text/x-patch
Size: 9722 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200307/58aff62f/attachment.bin>
More information about the cfe-commits
mailing list