rpav / c2ffi

Clang-based FFI wrapper generator
GNU Lesser General Public License v2.1
234 stars 39 forks source link

Add --error-limit option #81

Closed skissane closed 3 years ago

skissane commented 3 years ago

Using --error-limit=N you can tell c2ffi to only display the first N errors and then exit immediately. This is equivalent to the clang option -ferror-limit=N.