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

Structible classes #501

Closed
wants to merge 2 commits into from

Conversation

genuinelucifer
Copy link
Contributor

I guess everything else is fine. I just couldn't find how to check if a class has been defined by 'class' keyword or 'struct'!! Please review and help. @ddobrev @tritao

@ddobrev
Copy link
Contributor

ddobrev commented Jun 26, 2015

There's a function in Clang we do not use yet that can give you that information. Please add a new property Class.IsStruct and then fill its value by using clang::RecordDecl::isStruct() in Parser::WalkRecord. Make it work this way for the time being. Then we'll think about whether to use both that and IsValueType or stick to just one.

@genuinelucifer
Copy link
Contributor Author

genuinelucifer commented Jun 26, 2015 via email

@genuinelucifer
Copy link
Contributor Author

Closing this since changing the way of implementation...

@genuinelucifer genuinelucifer deleted the structibleClasses branch July 1, 2015 05:24
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

Successfully merging this pull request may close these issues.

None yet

2 participants