llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Karl-Johan Karlsson (karka228)
Changes
Fix gcc warnings like:
SemaFunctionEffects.cpp:1531:5: warning: this statement may fall through
[-Wimplicit-fallthrough=]
---
Full diff: https://github.com/llvm/llvm-project/pull/112857.diff
1 File
https://github.com/karka228 created
https://github.com/llvm/llvm-project/pull/112857
Fix gcc warnings like:
SemaFunctionEffects.cpp:1531:5: warning: this statement may fall through
[-Wimplicit-fallthrough=]
>From ba5358f12c84266c4527d0e045055b10eabe4a0f Mon Sep 17 00:00:00 2001
From: Karl-Joha