Skip to content

Commit 7726873

Browse files
committed
Floating point decimal support has been removed from CodeQL
1 parent 9134f4a commit 7726873

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

c/common/src/codingstandards/c/Extensions.qll

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,6 @@ class CTerseTernaryExtension extends CCompilerExtension, ConditionalExpr {
121121
// Reference: https://gcc.gnu.org/onlinedocs/gcc/Decimal-Float.html#Decimal-Float
122122
class CRealTypeExtensionExtension extends CCompilerExtension, DeclarationEntry {
123123
CRealTypeExtensionExtension() {
124-
getType() instanceof Decimal128Type or
125-
getType() instanceof Decimal32Type or
126-
getType() instanceof Decimal64Type or
127124
getType() instanceof Float128Type
128125
}
129126

0 commit comments

Comments
 (0)