Ignore more type kinds
This commit is contained in:
parent
de7f29d267
commit
6a3baa9974
1 changed files with 8 additions and 0 deletions
|
|
@ -580,6 +580,14 @@ std::unique_ptr<cpp_type> parse_type_impl(const detail::parse_context& context,
|
|||
#endif
|
||||
#if CINDEX_VERSION_MINOR > 43
|
||||
case CXType_Float16:
|
||||
#endif
|
||||
#if CINDEX_VERSION_MINOR > 48
|
||||
case CXType_ShortAccum:
|
||||
case CXType_Accum:
|
||||
case CXType_LongAccum:
|
||||
case CXType_UShortAccum:
|
||||
case CXType_UAccum:
|
||||
case CXType_ULongAccum:
|
||||
#endif
|
||||
context.logger->log("libclang parser",
|
||||
format_diagnostic(severity::warning, detail::make_location(type),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue