Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get the expected generated c++ code with cppinsights ? #34

Closed
preejackie opened this issue Jun 13, 2018 · 1 comment
Closed

How to get the expected generated c++ code with cppinsights ? #34

preejackie opened this issue Jun 13, 2018 · 1 comment

Comments

@preejackie
Copy link

How to get the generated c++ source code (with compiler generated code)? Are there any special commands I have to pass along with "clang++ -std=cxx source_code.cpp " while compiling the source code?
Thanks

@andreasfertig
Copy link
Owner

Hello preejackie,

I'm not sure I understand the question. Do you aim to achieve the transformation as the web client shows it? Then it would be roughly: ./insights source_code.cpp -- -std=c++1z and probably the include path(s).

andreasfertig pushed a commit that referenced this issue Jun 18, 2018
Fixed #34: Improve documentation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants