We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
对于翻译单元中未定义的类型,libclang会使用int来作为兜底
undefined type undef conveter as a int type &BuiltinType:{Kind:6,Flag:0}
undef
&BuiltinType:{Kind:6,Flag:0}
llcppsigfetch --extract "undef fn();" -temp=true -cpp=false
[{ "doc": { "_Type": "File", "decls": [{ "Type": { "_Type": "FuncType", "Params": { "_Type": "FieldList", "List": null }, "Ret": { "_Type": "BuiltinType", "Kind": 6, "Flags": 0 } }, }], }, "isSys": false }]
The text was updated successfully, but these errors were encountered:
#109 问题也是因为这个原因引起
Sorry, something went wrong.
该issue中存在的问题为判断是否能作为isMethod的时候,会获取引用的类型的定义的位置,而因为libclang的这个特性,导致了获取filename失败
No branches or pull requests
对于翻译单元中未定义的类型,libclang会使用int来作为兜底
undefined type
undef
conveter as a int type&BuiltinType:{Kind:6,Flag:0}
llcppsigfetch --extract "undef fn();" -temp=true -cpp=false
The text was updated successfully, but these errors were encountered: