I would like to know is it possible to analyze Embarcadero RAD Studio C++ project with Clang Static Analyzer. As far as I understand I need a makefile or something any and ability to build the project with clang. But Embarcadero uses it's own C++ extension, so code can't be compiled with clang.
If analyzing is possible (at least for separate files) it would be good if someone post a sequence of steps what I need to do.