rizsotto / scan-build

Clang's scan-build re-implementation in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

use better serialization when wrappers gets parameters

rizsotto opened this issue · comments

currently it's ' '.join(x) and x.split(' ') which might be buggy.
use pickle maybe...