- 01 11月, 2016 1 次提交
-
-
由 Kees Cook 提交于
This explicitly exports symbols that gcc expects from plugins. Based on code from Emese Revfy. Signed-off-by: NKees Cook <keescook@chromium.org>
-
- 08 6月, 2016 1 次提交
-
-
由 Emese Revfy 提交于
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: NEmese Revfy <re.emese@gmail.com> Acked-by: NKees Cook <keescook@chromium.org> Signed-off-by: NMichal Marek <mmarek@suse.com>
-