]> git.ozlabs.org Git - ccan/commit
First primitive cut of ccanlint
authorRusty Russell <rusty@vivaldi>
Mon, 2 Jun 2008 02:16:51 +0000 (12:16 +1000)
committerRusty Russell <rusty@vivaldi>
Mon, 2 Jun 2008 02:16:51 +0000 (12:16 +1000)
commitc8acddea39d222312102952e91c32cfe4dd2cea0
tree4859589d1eebac955271d82f837da452328de625
parent89afb563a8fea1e1c6d4bbcc6b1c51aa6cc8f045
First primitive cut of ccanlint
ccan_tools/ccanlint/Makefile [new file with mode: 0644]
ccan_tools/ccanlint/ccanlint.c [new file with mode: 0644]
ccan_tools/ccanlint/ccanlint.h [new file with mode: 0644]
ccan_tools/ccanlint/file_analysis.c [new file with mode: 0644]
ccan_tools/ccanlint/get_file_lines.c [new file with mode: 0644]
ccan_tools/ccanlint/get_file_lines.h [new file with mode: 0644]
ccan_tools/ccanlint/has_main_header.c [new file with mode: 0644]
ccan_tools/ccanlint/has_tests.c [new file with mode: 0644]
ccan_tools/ccanlint/idempotent.c [new file with mode: 0644]
ccan_tools/ccanlint/no_info.c [new file with mode: 0644]
ccan_tools/ccanlint/trailing_whitespace.c [new file with mode: 0644]