svf-lib 1.0.2225 → 1.0.2226

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -70,6 +70,8 @@ public:
70
70
  /// get or infer the type of the object pointed by the value
71
71
  const Type *inferObjType(const Value *var);
72
72
 
73
+ const Type *inferPointsToType(const Value *var);
74
+
73
75
  /// validate type inference
74
76
  void validateTypeCheck(const CallBase *cs);
75
77
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svf-lib",
3
- "version": "1.0.2225",
3
+ "version": "1.0.2226",
4
4
  "description": "SVF's npm support",
5
5
  "main": "index.js",
6
6
  "scripts": {