florianschanda / miss_hit

MATLAB Independent, Small & Safe, High Integrity Tools - code formatter and more
GNU General Public License v3.0
160 stars 21 forks source link

detect bad nullcopies #195

Open florianschanda opened 3 years ago

florianschanda commented 3 years ago
x = coder.nullcopy(define_foo());
x.bar = something;

Should produce a warning if x is not fully set afterwards.