回复:[cfe-dev] Difference between clang and clang++

like gcc and g++

When you use “clang++” to link files, the C++ standard library is linked in. That is the primary difference.

-Chris