Add missing case for CXType_Float16

This commit is contained in:
Jonathan Müller 2018-03-12 11:49:09 +01:00
commit 0caa3bdb15

View file

@ -582,6 +582,9 @@ namespace
case CXType_OCLEvent:
case CXType_OCLQueue:
case CXType_OCLReserveID:
#endif
#if CINDEX_VERSION_MINOR > 43
case CXType_Float16:
#endif
context.logger->log("libclang parser",
format_diagnostic(severity::warning, detail::make_location(type),