Releases: eriklovlie/scaling-octo-bear
Releases · eriklovlie/scaling-octo-bear
Exacerbate
Same as previous, but fixed a bug in exacerbate.py.
Blah
- Compiled tool in release mode.
- added example script for extracting long functions from yaml
- added example script for use in legacy codebases
Loads of fun
Outputs function lengths to stdout in YAML format.
Prototype
A prototype release. Simply dumps function names and start/end lines to stdout.
The executable was built for CentOS 5.9 x86_64.
Usage:
complexity-check path/to/cpp/file --
You can add options for clang after the --. E.g. include paths:
complexity-check path/to/cpp/file -- -I path/to/headers