mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Changenotes: Fix copy/paste-o.
This commit is contained in:
@@ -37,4 +37,4 @@
|
||||
* There is a new `Namespace.isInline()` predicate, which holds if the namespace was declared as `inline namespace`.
|
||||
* 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()`.
|
||||
* There are new `Function.isDeclaredConstexpr()` and `Function.isConstexpr()` predicates. They can be used to tell whether a function was declared as `constexpr`, and whether it actually is `constexpr`.
|
||||
* There is a new `Variable.isConstexpr()` predicates. It can be used to tell whether a variable is `constexpr`.
|
||||
* There is a new `Variable.isConstexpr()` predicate. It can be used to tell whether a variable is `constexpr`.
|
||||
|
||||
Reference in New Issue
Block a user