[all-commits] [llvm/llvm-project] 2f66e5: [OpenACC] Fixed error recovery during jump diagnos...

Erich Keane via All-commits all-commits at lists.llvm.org
Tue May 20 06:31:35 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2f66e5fcbad211e0d71b1a533071d31b36f088ec
      https://github.com/llvm/llvm-project/commit/2f66e5fcbad211e0d71b1a533071d31b36f088ec
  Author: erichkeane <ekeane at nvidia.com>
  Date:   2025-05-20 (Tue, 20 May 2025)

  Changed paths:
    M clang/lib/Sema/JumpDiagnostics.cpp
    A clang/test/SemaOpenACC/gh140712.cpp

  Log Message:
  -----------
  [OpenACC] Fixed error recovery during jump diagnostics for OpenACC

We didn't consider/test a case where the structured block/loop would be
empty, which happens when the body is ONLY a break.

Fixes: #140712



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list