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

MSVC Support for /d1reportSingleClassLayoutXXX #9

Open
skarolewics opened this issue Oct 28, 2020 · 1 comment
Open

MSVC Support for /d1reportSingleClassLayoutXXX #9

skarolewics opened this issue Oct 28, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@skarolewics
Copy link

I've been unable to get StructLayout to compile so far, due to differences between Clang/MSVC. For MSVC, there is a flag to CL.exe, /d1reportSingleClassLayoutX that reports struct layout (where X is the name of a class, such as /d1reportSingleClassLayoutMyClassName ).

Having an option to use this to get the struct data, and then display it in StructLayout's window, may be a helpful alternative for others to set up this add-in as well. Though I am not sure what Clang's AST provides that may be missing with this approach.

@Viladoman Viladoman added the enhancement New feature or request label Oct 28, 2020
@Viladoman
Copy link
Owner

I like the idea!! The more seamless the better!!

Even if the information is not exactly the same I think it can be a valuable addition.
I will have a look at it for sure after having the extension more stable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants