I am using “Developer Edition v2025.1.3 (110580") and am analyzing C++ project. The problem I have is I get some files skipped (77), and can’t figure out why it is skipping them. I am using a compilation database json, and don’t see anything different between the ones that work and the ones that don’t. Thoughts?
`End of search list.
COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/8/:/usr/libexec/gcc/x86_64-redhat-linux/8/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/8/:/usr/lib/gcc/x86_64-redhat-linux/
LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/8/:/usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/8/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS=‘-std=c++11’ ‘-v’ ‘-dM’ ‘-E’ ‘-shared-libgcc’ ‘-mtune=generic’ ‘-march=x86-64’07:12:43.241 INFO Detected compilers: c++=842
07:12:43.241 INFO Number of compilation units in the provided Compilation Database: 842
07:12:43.242 INFO Number of skipped unsupported compilation units: 77
07:12:43.243 DEBUG unsupported compilation units:
/Implementation/Source/Common/psl/pslcommon/u_alertlist.cpp
/ImplementationLinux/Implementation/Source/Common/psl/pslcommon/u_datalogger.cpp`…