We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7b6785 commit 8f12142Copy full SHA for 8f12142
Makefile
@@ -123,6 +123,10 @@ endif
123
124
all: autogenerated-config.h testcpybuilder test-suite testcpychecker
125
126
+# What still needs to be wrapped?
127
+api-report:
128
+ grep -nH -e "\.inner" gcc-*.c *.h generate-*.py
129
+
130
plugin: autogenerated-config.h $(PLUGIN_DSO)
131
132
# When running the plugin from a working copy, use LD_LIBARY_PATH=gcc-c-api
0 commit comments