Names starting with two underscores (or a single underscore and a
capital letter) are reserved by the C and C++ standards for the
compiler to use. Defining any function like that is technically
undefined behaviour; defining one the compiler actually does use like
these atomic ones is extremely risky and Clang has decided it's better
to diagnose these issues than proceed with unknown behaviour.
Without the diagnostic, I believe your implementations would never be
called the way Clang is currently implemented.
> We would like to hear from the community view on this.
I think Clang is certainly technically in the right, and I'm not
convinced the ability to override them is a feature worth
implementing.
Cheers.
Tim.
_______________________________________________
LLVM Developers mailing list
llvm...@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev