]> git.ozlabs.org Git - ccan/commit
ccanlint: test for C++ reserved words in headers.
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 19 Apr 2011 10:56:13 +0000 (20:26 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 19 Apr 2011 10:56:13 +0000 (20:26 +0930)
commit076877c266706ba432987195422a1e8653bd0c3b
tree2cc924e368ce6f19f2bccf397e4810b9e2367722
parent4db6a6709bb3426466317c04c618bcb8034bb5b5
ccanlint: test for C++ reserved words in headers.

Don't check the whole source, but it's nice for headers to be C++-clean.
tools/ccanlint/tests/avoids_cpp_reserved.c [new file with mode: 0644]