An error occurred while fetching folder content.
Select Git revision
gcc-plugins
-
-
- Open in your IDE
- Download source code
- Download this directory
Emese Revfy
authored and
Michal Marek
committed
Add a very simple plugin to demonstrate the GCC plugin infrastructure. This GCC plugin computes the cyclomatic complexity of each function. The complexity M of a function's control flow graph is defined as: M = E - N + 2P where E = the number of edges N = the number of nodes P = the number of connected components (exit nodes). Signed-off-by:Emese Revfy <re.emese@gmail.com> Acked-by:
Kees Cook <keescook@chromium.org> Signed-off-by:
Michal Marek <mmarek@suse.com>
Name | Last commit | Last update |
---|---|---|
.. |