clang-format: Allow customizing the penalty for breaking assignment
Summary: Add option to customize the penalty for breaking assignment This allows increasing the priority of the assignment, to prefer spliting an operation instead of splitting the assignment, e.g. : int a = bbbbbbbbbbbbbbbb + cccccccccccccccc; Reviewers: krasimir, djasper Reviewed By: djasper Subscribers: cfe-commits, klimek Differential Revision: https://reviews.llvm.org/D32477 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@303534 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang/Format/Format.h 5 additions, 0 deletionsinclude/clang/Format/Format.h
- lib/Format/Format.cpp 3 additions, 0 deletionslib/Format/Format.cpp
- lib/Format/TokenAnnotator.cpp 4 additions, 3 deletionslib/Format/TokenAnnotator.cpp
- unittests/Format/FormatTest.cpp 14 additions, 0 deletionsunittests/Format/FormatTest.cpp
Loading
Please register or sign in to comment