I would like to know if it is possible to analyze the Embarcadero RAD Studio C ++ project using the Clang Static Analyzer . As far as I understand, I need a make file or something like that and the ability to build a project with clang. But Embarcadero uses its own C ++ extension, so the code cannot be compiled with clang.
If analysis is possible (at least for individual files), it would be nice if someone posted a sequence of steps, which I need to do.
source share