mirror of
https://github.com/github/codeql.git
synced 2026-05-01 03:35:13 +02:00
Swift: make deduplication test cross-platform
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
| Builtin.BridgeObject | BuiltinBridgeObjectType |
|
||||
| Builtin.Executor | BuiltinExecutorType |
|
||||
| Builtin.FPIEEE16 | BuiltinFloatType |
|
||||
| Builtin.FPIEEE32 | BuiltinFloatType |
|
||||
| Builtin.FPIEEE64 | BuiltinFloatType |
|
||||
| Builtin.FPIEEE80 | BuiltinFloatType |
|
||||
@@ -14,42 +13,36 @@
|
||||
| Builtin.NativeObject | BuiltinNativeObjectType |
|
||||
| Builtin.RawPointer | BuiltinRawPointerType |
|
||||
| Builtin.RawUnsafeContinuation | BuiltinRawUnsafeContinuationType |
|
||||
| Builtin.Vec2xFPIEEE16 | BuiltinVectorType |
|
||||
| Builtin.Vec2xFPIEEE32 | BuiltinVectorType |
|
||||
| Builtin.Vec2xFPIEEE64 | BuiltinVectorType |
|
||||
| Builtin.Vec2xInt8 | BuiltinVectorType |
|
||||
| Builtin.Vec2xInt16 | BuiltinVectorType |
|
||||
| Builtin.Vec2xInt32 | BuiltinVectorType |
|
||||
| Builtin.Vec2xInt64 | BuiltinVectorType |
|
||||
| Builtin.Vec4xFPIEEE16 | BuiltinVectorType |
|
||||
| Builtin.Vec4xFPIEEE32 | BuiltinVectorType |
|
||||
| Builtin.Vec4xFPIEEE64 | BuiltinVectorType |
|
||||
| Builtin.Vec4xInt8 | BuiltinVectorType |
|
||||
| Builtin.Vec4xInt16 | BuiltinVectorType |
|
||||
| Builtin.Vec4xInt32 | BuiltinVectorType |
|
||||
| Builtin.Vec4xInt64 | BuiltinVectorType |
|
||||
| Builtin.Vec8xFPIEEE16 | BuiltinVectorType |
|
||||
| Builtin.Vec8xFPIEEE32 | BuiltinVectorType |
|
||||
| Builtin.Vec8xFPIEEE64 | BuiltinVectorType |
|
||||
| Builtin.Vec8xInt8 | BuiltinVectorType |
|
||||
| Builtin.Vec8xInt16 | BuiltinVectorType |
|
||||
| Builtin.Vec8xInt32 | BuiltinVectorType |
|
||||
| Builtin.Vec8xInt64 | BuiltinVectorType |
|
||||
| Builtin.Vec16xFPIEEE16 | BuiltinVectorType |
|
||||
| Builtin.Vec16xFPIEEE32 | BuiltinVectorType |
|
||||
| Builtin.Vec16xFPIEEE64 | BuiltinVectorType |
|
||||
| Builtin.Vec16xInt8 | BuiltinVectorType |
|
||||
| Builtin.Vec16xInt16 | BuiltinVectorType |
|
||||
| Builtin.Vec16xInt32 | BuiltinVectorType |
|
||||
| Builtin.Vec16xInt64 | BuiltinVectorType |
|
||||
| Builtin.Vec32xFPIEEE16 | BuiltinVectorType |
|
||||
| Builtin.Vec32xFPIEEE32 | BuiltinVectorType |
|
||||
| Builtin.Vec32xFPIEEE64 | BuiltinVectorType |
|
||||
| Builtin.Vec32xInt8 | BuiltinVectorType |
|
||||
| Builtin.Vec32xInt16 | BuiltinVectorType |
|
||||
| Builtin.Vec32xInt32 | BuiltinVectorType |
|
||||
| Builtin.Vec32xInt64 | BuiltinVectorType |
|
||||
| Builtin.Vec64xFPIEEE16 | BuiltinVectorType |
|
||||
| Builtin.Vec64xFPIEEE32 | BuiltinVectorType |
|
||||
| Builtin.Vec64xFPIEEE64 | BuiltinVectorType |
|
||||
| Builtin.Vec64xInt8 | BuiltinVectorType |
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
import swift
|
||||
|
||||
from BuiltinType t
|
||||
// FPIEEE16 related stuff is not there on macOS
|
||||
where not t.toString().matches("%FPIEEE16")
|
||||
select t, t.getPrimaryQlClasses()
|
||||
|
||||
Reference in New Issue
Block a user