================
@@ -1487,23 +1487,47 @@ void UnwrappedLineParser::parseStructuralElement(
return;
}
switch (FormatTok->Tok.getKind()) {
- case tok::kw_asm:
+ case tok::kw_asm: {
+ bool DoNotFormat = false;
----------------
mydeveloperday wrote:I don't quite get the purpose here of DoNoFormat? https://github.com/llvm/llvm-project/pull/201703 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
