[PATCH] D79020: [clang-format] Correct the AfterControlStatement configuration option output style

2020-04-28 Thread Duncan Barber via Phabricator via cfe-commits
duncan-llvm added a comment. Based on the New Contributors section I understand I should be asking someone to commit this (and D79022 ) on my behalf. @MyDeveloperDay would you be able to do that for

[PATCH] D79022: [clang-format] Fix a bug causing BeforeLambdaBody to affect brace initialiser formatting

2020-04-28 Thread Duncan Barber via Phabricator via cfe-commits
duncan-llvm created this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits. duncan-llvm added reviewers: MyDeveloperDay, Wawha. duncan-llvm added a project: clang-format. The condition added with the new setting checked whether the character was an l-brace, not speci

[PATCH] D79020: [clang-format] Correct the AfterControlStatement configuration option output style

2020-04-28 Thread Duncan Barber via Phabricator via cfe-commits
duncan-llvm created this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits. duncan-llvm edited the summary of this revision. duncan-llvm added a reviewer: MyDeveloperDay. duncan-llvm added a project: clang-format. Due to the order in which the enum cases were defined