svf-lib 1.0.2254 → 1.0.2255

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
Binary file
@@ -126,7 +126,7 @@ public:
126
126
  static const Option<bool> CallGraphDotGraph;
127
127
  static const Option<bool> PAGPrint;
128
128
  static const Option<u32_t> IndirectCallLimit;
129
- static const Option<bool> UsePreCompFieldSensitive;
129
+ static Option<bool> UsePreCompFieldSensitive;
130
130
  static const Option<bool> EnableAliasCheck;
131
131
  static const Option<bool> EnableTypeCheck;
132
132
  static const Option<bool> EnableThreadCallGraph;
@@ -184,8 +184,8 @@ public:
184
184
 
185
185
  // SymbolTableInfo.cpp
186
186
  static const Option<bool> LocMemModel;
187
- static const Option<bool> ModelConsts;
188
- static const Option<bool> ModelArrays;
187
+ static Option<bool> ModelConsts;
188
+ static Option<bool> ModelArrays;
189
189
  static const Option<bool> CyclicFldIdx;
190
190
  static const Option<bool> SymTabPrint;
191
191
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svf-lib",
3
- "version": "1.0.2254",
3
+ "version": "1.0.2255",
4
4
  "description": "SVF's npm support",
5
5
  "main": "index.js",
6
6
  "scripts": {