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
  • InfluxDB - Collect and Analyze Billions of Data Points in Real Time
  • SonarCloud - Analyze your C and C++ projects with just one click.
  • Mergify - Updating dependencies is time-consuming.
  • 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).

  • InfluxDB

    Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.

  • 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