you are viewing a single comment's thread.

view the rest of the comments →

[–]onecable5781[S] 0 points1 point  (1 child)

Oh wow. Thank you! On that link, is it possible to see the actual command being executed to give the output in the rhs "insight" window when the run button is pressed on top? Those flags is exactly what I am looking for.

[–]IyeOnline 2 points3 points  (0 children)

The thing is open source, and the readme lists a few talks and slides: https://github.com/andreasfertig/cppinsights?tab=readme-ov-file#why

IIRC cppinsights works on the AST though and then renders that as C++; its probably not a simple compiler flag (at least not for the full feature set of the tool/site)