Clang Flag: -Wdelete-incomplete / -Wno-delete-incomplete
Jump to navigation
Jump to search
Supergroups
Subroups
Warnings/Remarks
Default Active (Deactivate with -Wno-delete-incomplete)
ext_delete_void_ptr_operand | warning: cannot delete expression with pointer-to-'void' type A |
warn_delete_incomplete | warning: deleting pointer to incomplete type A may cause undefined behavior |
Default Inactive (Activate with -Wdelete-incomplete)
None