summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
diff options
context:
space:
mode:
authormydeveloperday <mydeveloperday@gmail.com>2020-04-30 11:11:34 +0100
committermydeveloperday <mydeveloperday@gmail.com>2020-04-30 11:11:34 +0100
commita8b8bd0f8d55856858236b36c508eb1d1f4bb6f1 (patch)
tree4df5a1aae580c2ed6a90438c71653e4b1866b13b /llvm/lib/Bitcode/Reader/BitcodeReader.cpp
parent573322694ad332c1cf3e7b27afe002fd46f561f7 (diff)
[clang-format] Fix a bug causing BeforeLambdaBody to affect brace initialiser formatting
Summary: The condition added with the new setting checked whether the character was an l-brace, not specifically a lambda l-brace, when deciding whether it was possible to break before it or not. This caused the l-brace of some initialiser lists to break onto the next line with the first argument of the initialiser list when the setting was enabled. Reviewed By: MyDeveloperDay, Wawha Patch By: duncan-llvm Subscribers: cfe-commits Tags: #clang, #clang-format Differential Revision: https://reviews.llvm.org/D79022
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions