What makes Clang so special? -- CoderGears
Today on CoderGears:
What makes Clang so special?
by CoderGears Team
From the article:
It’s proven that Clang is a mature compiler for C and C++ as [are the] GCC and Microsoft compilers, but what makes it special is the fact that it’s not just a compiler. It’s also an infrastructure to build tools. Thanks to its library based architecture which makes the reuse and integration of functionality provided more flexible and easier to integrate into other projects...