Re: [PATCH 05/45] C++: Set compilation as C++ for .c files

From: David Howells
Date: Tue Apr 10 2018 - 04:44:22 EST


Hi Fengguang,

There's another kbuild test that's probably worth adding if you don't do it
already: create a c++ source file that just #includes all the exported UAPI
headers and then try to build it. This should catch words like "private"
cropping up in structs.

Thanks,
David