rizsotto / scan-build

Clang's scan-build re-implementation in python
Other
362 stars 34 forks source link

use better serialization when wrappers gets parameters #70

Closed rizsotto closed 8 years ago

rizsotto commented 8 years ago

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