Expect new failure in completion of switch labels

Authored by mwolff on Dec 12 2019, 10:25 PM.

Description

Expect new failure in completion of switch labels

Seems like clang lost its smartness when completing switch labels.
It suggest non-constant expressions suddenly, which isn't even
valid C++. We need to fix that upstream somehow.

Details

Committed
mwolffDec 12 2019, 10:25 PM
Parents
R32:275d8778bdc9: Unbreak move-into-source for non-class functions
Branches
Unknown
Tags
Unknown