This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGb2c8bcbab8a4: Fix "control reaches end of non-void
function" warnings on ppc64le (authored by zhaomo, committed by ymandel).
Changed prior to commit
ymandel added a comment.
Actually, the removal of the default case in the switch gives this warning:
...llvm-project/clang/lib/ASTMatchers/GtestMatchers.cpp:102:11: warning:
enumeration value 'Assert' not handled in switch [-Wswitch]
I'll reinstate the default case before comitting the patch.
ymandel accepted this revision.
ymandel added a comment.
This revision is now accepted and ready to land.
Thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103565/new/
https://reviews.llvm.org/D103565
__
zhaomo added a comment.
Warnings can be found here:
https://lab.llvm.org/buildbot/#/builders/76/builds/2640
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103565/new/
https://reviews.llvm.org/D103565
___
zhaomo created this revision.
zhaomo added reviewers: ymandel, hokein.
Herald added a subscriber: shchenz.
zhaomo requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D103565
Files