[PATCH] D52527: [clang-format] fix Bug 38686: add AfterCaseLabel to BraceWrapping

Manuel Klimek via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 8 01:21:37 PDT 2019


klimek accepted this revision.
klimek added a comment.

Apart from the typo I think this is a simple enough change and a widely enough used style that it LG.



================
Comment at: lib/Format/UnwrappedLineParser.cpp:181
+  CompoundStatementIndenter(UnwrappedLineParser *Parser, unsigned &LineLevel,
+                            bool WrapeBrace, bool IndentBrace)
       : LineLevel(LineLevel), OldLineLevel(LineLevel) {
----------------
Typo: WrapBrace?


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D52527/new/

https://reviews.llvm.org/D52527





More information about the cfe-commits mailing list