Overview of C++ language support in Apple Clang
developer.apple.com
Overview of C++ language support in Apple Clang
1–10 of 50 posts
Re: Overview of C++ language support in Apple Clang
#2Re: Overview of C++ language support in Apple Clang
#3When did they start calling it Apple Clang? It was Apple LLVM Compiler for the longest time.
https://web.archive.org/web/20190403123249/http://llvm.org/d...
Re: Overview of C++ language support in Apple Clang
#4Re: Overview of C++ language support in Apple Clang
#5I don't understand why they deviate so much from mainstream clang. I think they'd be better off being closer to the trunk. TBH I don't really understand why they have their own tree at all.
Re: Overview of C++ language support in Apple Clang
#6This just lists what they do support, not what they leave out compared to the free alternatives. Here's a better chart -- look at all that red in the Apple clang column: https://en.cppreference.com/w/cpp/compiler_support I don't understand why they deviate so much from mainstream clang. I think they'd be better off being closer to the trunk. TBH I don't really understand why they have their own tree at all.
Re: Overview of C++ language support in Apple Clang
#7When did they start calling it Apple Clang? It was Apple LLVM Compiler for the longest time.
As far back as 2007 it was called clang . I'm not sure if it was called clang internally before that. See the seventh slide in the linked presentation. https://web.archive.org/web/20190403123249/http://llvm.org/d...
MacPorts suggests that the --version string changed in Xcode 11 with macOS 10.14 Mojave, but I don't know if the Clang name was reflected in the Xcode GUI at that point. https://trac.macports.org/wiki/XcodeVersionInfo
Re: Overview of C++ language support in Apple Clang
#8Re: Overview of C++ language support in Apple Clang
#9Re: Overview of C++ language support in Apple Clang
#10This just lists what they do support, not what they leave out compared to the free alternatives. Here's a better chart -- look at all that red in the Apple clang column: https://en.cppreference.com/w/cpp/compiler_support I don't understand why they deviate so much from mainstream clang. I think they'd be better off being closer to the trunk. TBH I don't really understand why they have their own tree at all.
It would always be nice to slim the differences and get new releases faster though, of course.