|
|
|
|
|
by Arelius
5221 days ago
|
|
> Clang might have been a gcc fork I feel the most fundamental motivating factor for the llvm project was Clang. The gcc code generator could be improved, but is fundamentally usable for all things it needs to be used for. But the static analysis that Apple wants to do really is fundamentally incomparable with gcc. |
|
eeh? iirc LLVM precludes Clang by atleast 5 years and LLVM was initially created to replace GCC's backend while using it's frontend (in fact during most of it's lifetime LLVM has relied entirely on GCC as a frontend and it still uses it through the dragonegg GCC plugin).