[clang] [clang-format] annotate inline assembly parens (PR #201703)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 4 23:56:38 PDT 2026
================
@@ -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
More information about the cfe-commits
mailing list