It is quite easy to capture infer info from qmake project:
QMAKE_CXX = "infer capture --reactive -o /tmp/out -- $${QMAKE_CXX}"
QMAKE_CC = "infer capture --reactive -o /tmp/out -- $${QMAKE_CC}"
Then you can run analysis on resulted data:
$ infer analyze --reactive -o /tmp/out
QMAKE_CXX = "infer capture --reactive -o /tmp/out -- $${QMAKE_CXX}"
QMAKE_CC = "infer capture --reactive -o /tmp/out -- $${QMAKE_CC}"
Then you can run analysis on resulted data:
$ infer analyze --reactive -o /tmp/out
Коментарі
Дописати коментар