Files
clang-p2996/clang/lib/Sema/SemaFunctionEffects.cpp
Jinsong Ji 19aa4c854a [NFC] Fix implicit-fallthrough warnings (#112825)
This is one of the many PRs to fix errors with LLVM_ENABLE_WERROR=on.
Built by GCC 11.

Fix warnings:

clang/lib/Sema/SemaFunctionEffects.cpp:1531:5: error: this statement may
fall through [-Werror=implicit-fallthrough=]
 1531 |     switch (DiffKind) {
      |     ^~~~~~
2024-10-18 11:42:57 +02:00

59 KiB