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

Nick Desaulniers via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 17 10:53:18 PDT 2023


nickdesaulniers updated this revision to Diff 541139.
nickdesaulniers marked 5 inline comments as done.
nickdesaulniers added a comment.
This revision is now accepted and ready to land.

- test just asm goto targets, as per @rjmccall (this lead to many cleanups)
- add release note and test case as per @cor3ntin
- remove changes to JumpScopeChecker::BuildScopeInformation


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D155342

Files:
  clang/docs/ReleaseNotes.rst
  clang/lib/Sema/JumpDiagnostics.cpp
  clang/test/Sema/asm-goto.cpp
  clang/test/SemaCXX/goto2.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D155342.541139.patch
Type: text/x-patch
Size: 7910 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230717/18f1b579/attachment-0001.bin>


More information about the cfe-commits mailing list