mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
The existing `Node.asExpr` predicate changes semantics so it becomes the one that most users should use when they don't want to think about `Conversion`s. A new `Node.asConvertedExpr` predicate is added and has the same semantics as the old `Node.asExpr` predicate. It's for advanced users that know about `Conversion`s and want to account for them.