Cevelop / Issues

The official issue tracker for Cevelop.
9 stars 1 forks source link

variable initialization checker wants to add curly braces to catch clause #62

Closed PeterSommerlad closed 6 years ago

PeterSommerlad commented 6 years ago

Expected Behavior

catch(const int) {}

should not be marked as missing initialization

Actual Behavior

white star on green marker wants to add {} and the quick fix does:

catch (const int {})

which is a compile error

Cevelop Version, Operating System and Compiler

current updated plugins (Cevelop 1.8)

Darnor commented 6 years ago

Fixed with the next Elevator update.