We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b176800 commit aab35eaCopy full SHA for aab35ea
cpp/ql/lib/semmlecode.cpp.dbscheme
@@ -612,6 +612,14 @@ case @builtintype.kind of
612
| 51 = @char8_t
613
| 52 = @float16 // _Float16
614
| 53 = @complex_float16 // _Complex _Float16
615
+| 54 = @fp16 // __fp16
616
+| 55 = @std_bfloat16 // __bf16
617
+| 56 = @std_float16 // std::float16_t
618
+| 57 = @complex_std_float32 // _Complex _Float32
619
+| 58 = @complex_float32x // _Complex _Float32x
620
+| 59 = @complex_std_float64 // _Complex _Float64
621
+| 60 = @complex_float64x // _Complex _Float64x
622
+| 61 = @complex_std_float128 // _Complex _Float128
623
;
624
625
builtintypes(
cpp/ql/src/change-notes/2023-09-04-more-floating-point-types.md
@@ -0,0 +1,4 @@
1
+---
2
+category: minorAnalysis
3
4
+* Added support for new floating-point types in C23 and C++23.
0 commit comments