Tuesday, September 25, 2018

Remove CV type qualifiers from libclang's CXType

Leave a Comment

I use libclang to parse source file and get reference to some type as CXType, say it is "const std::__1::basic_string<char>" (as reported by clang_getTypeSpelling). How can I get reference to same type but without const qualifier?

0 Answers

If You Enjoyed This, Take 5 Seconds To Share It

0 comments:

Post a Comment