Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 1.14 KB

readme-cppx.md

File metadata and controls

29 lines (15 loc) · 1.14 KB

Information about the extensions in this fork of Clang

Prototype compiler

Online: https://cppx.godbolt.org

Source: https://github.com/asutton/clang

Documentation

The current proposal document P0707R1 contains the current "what it is" writeup with technical overview.

The header contains the things you can query (e.g., .variables(), .member_variables()) and do (e.g., make_pure_virtual()).

The header contains the compiler.error(), .require(), and .debug().

Examples

The primary set of examples is in /tools/libcppx/examples.

Additionally, the P0707 paper contains the following examples linked to the online live compiler: