|
|
|
|
|
by rymiel
807 days ago
|
|
gcc lacks usable tooling, in the past it was a conscious decision to not allow any other program to "steal" the work of gcc.
Every single tool for c++ is built around clang, because clang is actually built to allow other tools to use it |
|