godbolt:编译器资源管理器
- godbolt是一个交互式工具,允许您在一个窗口中键入代码,并在另一个窗口中查看其编译结果。
- https://godbolt.org/
- https://github.com/compiler-explorer/compiler-explorer/wiki
C++ Insights - See your source code with the eyes of a compiler
- C++ Insights是一个基于Clang的工具,可以执行c++到c++的转型。帮助我们理解复杂的语法或对象类型。
- https://cppinsights.io/
- https://github.com/andreasfertig/cppinsights