Ignore more type kinds

This commit is contained in:
Jonathan Müller 2018-10-25 21:49:12 +02:00
commit 6a3baa9974

View file

@ -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),