└── README.md /README.md: -------------------------------------------------------------------------------- 1 | ## What is this repository? 2 | 3 | This repository is a fork of LLVM's `llvm-project` repository, created to host a fork of the 4 | [clang](https://clang.llvm.org) compiler front-end implementing experimental support for ISO C++ 5 | proposal [P2996 ("_Reflection for C++26_")](https://wg21.link/p2996). Development primarily takes 6 | place on the [p2996](https://github.com/bloomberg/clang-p2996/tree/p2996) branch; you can 7 | learn more about this fork in our [project documentation]( 8 | https://github.com/bloomberg/clang-p2996/tree/p2996/P2996.md). 9 | 10 | The Clang/P2996 fork is highly experimental; sharp edges abound and occasional crashes should be 11 | expected. Memory usage has not been optimized and is, in many cases, wasteful. **DO NOT use this 12 | project to build any artifacts destined for production.** 13 | --------------------------------------------------------------------------------