Reports empty declarations and statements that can be removed safely.
Example:
void foo() { //code }; // redundant empty declaration
New in 2019.1