Hi

I ran my clang plugin over master last night. This is the output.

There is lots of duplication in the warnings, so running:
  $ grep "not heap allocated" stack-alloc.txt  | sort -u | wc -l
gives
  569
fields that need to be changed.

so there is a fair amount of work involved :-)

But looking for unique file names
 $ grep "not heap allocated" stack-alloc.txt  | sort --key=1,1 
--field-separator=':' -u | wc -l
gives
 129
unique files involved.

So the work is restricted to a reasonable number of files.

Regards, Noel.

Disclaimer: http://www.peralex.com/disclaimer.html


_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to