Add missing case for CXType_Float16
This commit is contained in:
parent
670551faa5
commit
0caa3bdb15
1 changed files with 3 additions and 0 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue