Date: prev next · Thread: first prev next last
2014 Archives by date, by thread · List index


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



Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.