[PATCH] D121559: [clang-format] Fix crash on asm block with label

Owen Pan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Mar 13 20:51:35 PDT 2022


owenpan added a comment.

This patch also fixed 4 out of 6 of the same assertion failures on the .c files under `clang/test`. The remaining two are:

1. Analysis/inline-plist.c (#54367 <https://github.com/llvm/llvm-project/issues/54367>)
2. Sema/attr-external-source-symbol.c (54368 <https://github.com/llvm/llvm-project/issues/54368>)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121559



More information about the cfe-commits mailing list