[all-commits] [llvm/llvm-project] 4412cf: [clang] Use [[fallthrough]] instead of LLVM_FALLTH...
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Sun Oct 12 20:49:33 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4412cfa854a755ea62811e29ea7615668e365159
https://github.com/llvm/llvm-project/commit/4412cfa854a755ea62811e29ea7615668e365159
Author: Kazu Hirata <kazu at google.com>
Date: 2025-10-12 (Sun, 12 Oct 2025)
Changed paths:
M clang/include/clang/Basic/OpenACCKinds.h
M clang/include/clang/ExtractAPI/API.h
M clang/lib/CodeGen/TargetBuiltins/ARM.cpp
M clang/lib/CodeGen/Targets/SystemZ.cpp
M clang/lib/Interpreter/InterpreterValuePrinter.cpp
M clang/lib/Sema/CheckExprLifetime.cpp
Log Message:
-----------
[clang] Use [[fallthrough]] instead of LLVM_FALLTHROUGH (NFC) (#163085)
[[fallthrough]] is now part of C++17, so we don't need to use
LLVM_FALLTHROUGH.
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