C++20 Modules are now supported In CLion!

This page summarizes the projects mentioned and recommended in the original post on /r/cpp

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • cppwinrt

    C++/WinRT

  • 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

  • STL

    MSVC's implementation of the C++ Standard Library.

  • 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).

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • clangd

    clangd language server

  • 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

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts