mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
i``` swift\lib\SILOptimizer\Mandatory\MoveOnlyAddressCheckerUtils.cpp(2981): warning C5030: attribute [[clang::fallthrough]] is not recognized ``` Replace the use of `clang::fallthrough` with `LLVM_FALLTHROUGH` which properly uses the C++ standard spelling (`[[fallthrough]]`) depending on the compiler version.
156 KiB
156 KiB