Created attachment 153718 [details] Replace 'gcc' and 'g++' clang is hardcoding 'gcc' and 'g++' in the ccc-analyzer script. This causes scan-build not to work in FreeBSD 10+ whenre there is not such thing as gcc. Workaround it by replacing it with cc and c++.
Ping? scan-build doesn't work correctly without this patch :(.
Ugh ... just noticed this needs to be fixed in llvm-devel now.