mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Change __builtin_types to __builtin_types_compatible_p
This commit is contained in:
@@ -210,10 +210,10 @@ class BuiltInOperationIsUnion extends BuiltInOperation, @isunionexpr {
|
||||
}
|
||||
|
||||
/**
|
||||
* A C++ `__builtin_types` expression (used by some implementations of the type_traits header).
|
||||
* A C++ `__builtin_types_compatible_p` expression (used by some implementations of the type_traits header).
|
||||
*/
|
||||
class BuiltInOperationBuiltInTypes extends BuiltInOperation, @typescompexpr {
|
||||
override string toString() { result = "__builtin_types" }
|
||||
class BuiltInOperationBuiltInTypesCompatibleP extends BuiltInOperation, @typescompexpr {
|
||||
override string toString() { result = "__builtin_types_compatible_p" }
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user