-
Yeah, I closed it because it didn't seem to be taken into consideration, as later proven by https://github.com/microsoft/cppwinrt/issues/1123
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
MSVC does ICE left and right, because modules are an entirely new way of storing and loading C++, and this involves handling thousands of corner cases because C++ is complicated. MSVC is also getting better as people use modules and report bugs for the compiler team to fix. As I often mention, see microsoft/STL#1694 for the laundry list of bugs that we've encountered in the STL, and how many have been fixed in each release (the "Fixed, Workaround Removed" section). This isn't even a complete list of all compiler improvements (many bugs have been reported by other users and then fixed).
-
clangd: https://github.com/clangd/clangd/issues/1293
-
ccls
C/C++/ObjC language server supporting cross references, hierarchies, completion and semantic highlighting
ccls: https://github.com/MaskRay/ccls/issues/798