Warnings can be found here: https://lab.llvm.org/buildbot/#/builders/76/builds/2640
Details
Details
Diff Detail
Diff Detail
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
165,450 ms | x64 debian > libFuzzer.libFuzzer::only-some-bytes-fork.test |
Event Timeline
Comment Actions
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.