stack-allocated Window subclasses
Noel Grandin
noel at peralex.com
Tue Sep 23 01:01:14 PDT 2014
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
More information about the LibreOffice
mailing list