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

find most const type declaration #27

Open
rizsotto opened this issue Oct 31, 2014 · 0 comments
Open

find most const type declaration #27

rizsotto opened this issue Oct 31, 2014 · 0 comments

Comments

@rizsotto
Copy link
Owner

implement a method which returns the most const type of a declaration. this method could have a type declaration like this:

clang::QualType (*f)(clang::QualType declaration, std::set<clang::QualType> usages);

here is the related Clang documentation on types.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant