I've got a question towards PC-Lint and its configuration file. At that file, I start with the following:
// --- Rules --------------------------------------------------------------------------------------
// warning policy
au-misra3.lnt // (MISRA C 2012 (TM) - 6/12/14)
au-misra-cpp-alt.lnt // (MISRA C++ 2008 using 9000 level messages - 6/12/14)
The project is mixed-up with .c and .cpp files. How can I tell PC-Lint only to use the C-Policy on C-Files and the CPP-Policy on CPP-Files?
Thanks in advance!