You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: change-notes/1.20/analysis-cpp.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,4 +19,5 @@
19
19
20
20
## Changes to QL libraries
21
21
22
-
There is a new `Namespace.isInline()` predicate, which holds if the namespace was declared as `inline namespace`.
22
+
* There is a new `Namespace.isInline()` predicate, which holds if the namespace was declared as `inline namespace`.
23
+
* The `Expr.isConstant()` predicate now also holds for _address constant expressions_, which are addresses that will be constant after the program has been linked. These address constants do not have a result for `Expr.getValue()`.
0 commit comments