Andrew Pinski <pins...@gmail.com> writes: > The main reason why LLVM is the default compiler in XCode is license > rather any technical reason.
Yes. > And GCC usually has better diagnostic than clang except in those few > areas which it does not (those some might say those areas are the most > important ones). No. clang's diagnostics for C++ are much much better than GCC's. Obviously GCC's can improve, but today clang's are much better. Ian