[PATCH] D94661: [clang-format] [PR19056] Add support for access modifiers indentation
Jakub Budiský via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 5 05:57:14 PST 2021
Budovi updated this revision to Diff 321724.
Budovi added a comment.
Changes:
- Added a unit test with a different `IndentWidth`
- Removed a unit test that contained a class nested in function; didn't add much IMHO
- Added brief comments about potentially non-obvious behaviour to some tests
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94661/new/
https://reviews.llvm.org/D94661
Files:
clang/docs/ClangFormatStyleOptions.rst
clang/docs/ReleaseNotes.rst
clang/include/clang/Format/Format.h
clang/lib/Format/Format.cpp
clang/lib/Format/UnwrappedLineFormatter.cpp
clang/lib/Format/UnwrappedLineParser.cpp
clang/lib/Format/UnwrappedLineParser.h
clang/unittests/Format/FormatTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94661.321724.patch
Type: text/x-patch
Size: 13260 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210205/f310b57a/attachment-0001.bin>
More information about the cfe-commits
mailing list