Merge branch 'main' into signature_model_refactor

This commit is contained in:
Ben Rodes
2025-08-20 12:34:06 -04:00
committed by GitHub
1986 changed files with 223419 additions and 102841 deletions

View File

@@ -8,7 +8,7 @@ module CryptoInput implements InputSig<Language::Location> {
class LocatableElement = Language::Locatable;
class UnknownLocation = Language::UnknownDefaultLocation;
class UnknownLocation = Language::UnknownLocation;
LocatableElement dfn_to_element(DataFlow::Node node) {
result = node.asExpr() or