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?
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 comments:
Post a Comment