expnkx added a comment.

clang simply just does not truly support everything msvc supports. There are no 
things that deals [[msvc::]] attributes at all in the clang. In fact the point 
of using clang on windows is that we do not want to do the same as Microsoft 
does.

Support [[no_unique_address]] is nothing wrong tbh and that is what ISO C++ 
standard requires.

If we do not change, the Microsoft team won't wanna change either because they 
are afraid of breaking clang too.

I never understand why [[no_unique_address]] is a problem.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D110485/new/

https://reviews.llvm.org/D110485

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to