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 7e67dcc commit 9191190Copy full SHA for 9191190
change-notes/1.24/analysis-cpp.md
@@ -35,6 +35,9 @@ The following changes in version 1.24 affect C/C++ analysis in all applications.
35
36
## Changes to libraries
37
38
+* The built-in C++20 "spaceship operator" (`<=>`) is now supported via the QL
39
+ class `SpaceshipExpr`. Overloaded forms are modeled as calls to functions
40
+ named `operator<=>`.
41
* The data-flow library has been improved, which affects and improves some security queries. The improvements are:
42
- Track flow through functions that combine taint tracking with flow through fields.
43
- Track flow through clone-like functions, that is, functions that read contents of a field from a
0 commit comments