iains / clang-cxx20-modulesLinks
Experimental patches to implement missing C++20 modules features for the clang/LLVM toolchain.
☆23Updated 3 years ago
Alternatives and similar repositories for clang-cxx20-modules
Users that are interested in clang-cxx20-modules are comparing it to the libraries listed below
Sorting:
- performance experiments for C++ exception handling☆32Updated 3 years ago
- The Fancy Named Parameters Library☆36Updated 2 months ago
- Runtime choosing of template specializations using compile-time lookup-tables. Compile all states of a template function, but execute the…☆27Updated 2 years ago
- A concise and readable metaprogramming language for C++☆61Updated 5 years ago
- Effcee is a C++ library for stateful pattern matching of strings, inspired by LLVM's FileCheck☆102Updated 4 months ago
- Compiler/BuildSystem Interface Library☆29Updated 3 years ago
- Highly composable C++17 template meta programming library☆40Updated 6 years ago
- Support for С++20 std::stop_token to interrupt the blocking Linux syscalls without throwing any exception.☆20Updated 5 years ago
- A view that allows iteration over a view, returning the index of each item along with each item☆13Updated 5 years ago
- Pre-conditions, post-conditions, and assertions, all available at compile-time☆26Updated 3 years ago
- A better C/C++ macro extension. Implemented in Clang plugins. Inspired by Rust's macro system☆64Updated 5 years ago
- EDSL for C++ to make just-in-time code generation easier☆86Updated 2 years ago
- Collection of C++ containers extracted from LLVM