[PATCH] D93844: [clang-format] Add possibility to be based on parent directory
Björn Schäpers via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 18 02:16:57 PST 2021
HazardyKnusperkeks updated this revision to Diff 317295.
HazardyKnusperkeks marked 2 inline comments as done.
HazardyKnusperkeks edited the summary of this revision.
HazardyKnusperkeks added a comment.
- Rebased
- Renamed to `InhteritParentConfig`
- Reworked to remove the recursion of `getStyle`
- Now supports the command line style options
- Test cases extended for the latter
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93844/new/
https://reviews.llvm.org/D93844
Files:
clang/docs/ClangFormatStyleOptions.rst
clang/docs/ReleaseNotes.rst
clang/include/clang/Format/Format.h
clang/lib/Format/Format.cpp
clang/unittests/Format/FormatTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93844.317295.patch
Type: text/x-patch
Size: 9872 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210118/1c89d649/attachment.bin>
More information about the cfe-commits
mailing list