Best C++ IDE on MAC and clang vs gcc

I was fond of DevC++ on windows for writing and compiling code. I just switched to MacOS. Can someone suggest a good IDE for C++ on MACOS.
PS: xCode is too large (5.5 gb) :stuck_out_tongue:

And also, does using Clang instead of gcc as default compiler is going to make any difference as many things in C++ are compiler specific. Does it support all C++ 14 features?

alright, codeblocks might be what you need it is pretty portable supporting windows, Mac OSX, and Linux as for GCC vs Clang, I am not sure, but what I do know is that GCC has support for C++14( I never used Clang, I used MinGW ( based on GCC right ? ) ) edit : I tried to take a look at the Mac section, and it is heavily outdated, and I have found that it is either clion or eclipse