blob: 81c404d70ca4abdf5b31457d736595c416740020 (
plain) (
blame)
1
2
3
4
|
C++ Insights is a Clang-based tool that does a source-to-source transformation.
The goal of C++ Insights is to make things visible that normally and
intentionally happen behind the scenes.It's about the magic the compiler does
for us to make things work.
|