with a simple c file:
#include "x.h"
cppcheck is incredibly slow when run if x.h is large.
x.h
see attached files (a.h, b.h). runtime for me with respective file: a.h (32769 bytes): 0.209s b.h (147119 bytes): 34.299s
cppcheck --force -v --enable=all --inline-suppr -I . x.c
i ran this with latest head (87719121bdf2bba2bdc629cedab665c420b708c7).
https://github.com/danmar/simplecpp/issues/314
Log in to post a comment.
with a simple c file:
cppcheck is incredibly slow when run if
x.h
is large.see attached files (a.h, b.h). runtime for me with respective file:
a.h (32769 bytes): 0.209s
b.h (147119 bytes): 34.299s
cppcheck --force -v --enable=all --inline-suppr -I . x.c
i ran this with latest head (87719121bdf2bba2bdc629cedab665c420b708c7).
Last edit: jacob s 2023-09-11
https://github.com/danmar/simplecpp/issues/314