[PATCH] D155342: [clang][JumpDiagnostics] ignore non-asm goto target scopes

Nathan Chancellor via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 19 13:32:58 PDT 2023


nathanchance added a comment.

Thanks, I can confirm that the `__attribute__((__cleanup__(...)))` errors that we observed with Peter's work-in-progress guards series are resolved and that all the errors I observed when building the kernel after https://reviews.llvm.org/D154696 was merged are no longer present when that change is re-applied on top of this one.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D155342



More information about the cfe-commits mailing list