[all-commits] [llvm/llvm-project] fa0118: [clang-format] Add new option BeforeLambdaBody in ...
Wawha via All-commits
all-commits at lists.llvm.org
Thu Feb 13 13:17:32 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fa0118e6e588fe303b08e7e06ba28ac1f8d50c68
https://github.com/llvm/llvm-project/commit/fa0118e6e588fe303b08e7e06ba28ac1f8d50c68
Author: Wawha <fjean.wk at gmail.com>
Date: 2020-02-13 (Thu, 13 Feb 2020)
Changed paths:
M clang/docs/ClangFormatStyleOptions.rst
M clang/docs/ReleaseNotes.rst
M clang/include/clang/Format/Format.h
M clang/lib/Format/ContinuationIndenter.cpp
M clang/lib/Format/Format.cpp
M clang/lib/Format/TokenAnnotator.cpp
M clang/unittests/Format/FormatTest.cpp
Log Message:
-----------
[clang-format] Add new option BeforeLambdaBody in Allman style.
This option add a line break then a lambda is inside a function call.
Reviewers : djasper, klimek, krasimir, MyDeveloperDay
Reviewed By: MyDeveloperDay
Differential Revision: https://reviews.llvm.org/D44609
More information about the All-commits
mailing list