- Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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.
s9w and Lectem
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request