[all-commits] [llvm/llvm-project] a6351d: Fix "not all control paths return" warnings; NFC (...
Aaron Ballman via All-commits
all-commits at lists.llvm.org
Thu Jun 11 11:53:41 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a6351d882ca3086c62e052fbc4f7f585e157213b
https://github.com/llvm/llvm-project/commit/a6351d882ca3086c62e052fbc4f7f585e157213b
Author: Aaron Ballman <aaron at aaronballman.com>
Date: 2026-06-11 (Thu, 11 Jun 2026)
Changed paths:
M llvm/lib/IR/BundleAttributes.cpp
M llvm/lib/Object/DXContainer.cpp
Log Message:
-----------
Fix "not all control paths return" warnings; NFC (#203361)
In both cases, the switches are fully covered but MSVC still diagnoses.
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