svf-lib 1.0.1661 → 1.0.1663
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.
- package/SVF-linux/Release-build/svf/libSvfCore.a +0 -0
- package/SVF-linux/Release-build/svf-llvm/libSvfLLVM.a +0 -0
- package/SVF-linux/svf/include/AbstractExecution/ConsExeState.h +2 -0
- package/SVF-linux/svf/include/AbstractExecution/IntervalExeState.h +2 -0
- package/SVF-linux/svf/include/Graphs/ICFGWrapper.h +2 -1
- package/SVF-linux/svf/include/SVFIR/SVFType.h +1 -1
- package/SVF-osx/Release-build/svf/libSvfCore.a +0 -0
- package/SVF-osx/Release-build/svf-llvm/libSvfLLVM.a +0 -0
- package/SVF-osx/svf/include/AbstractExecution/ConsExeState.h +2 -0
- package/SVF-osx/svf/include/AbstractExecution/IntervalExeState.h +2 -0
- package/SVF-osx/svf/include/Graphs/ICFGWrapper.h +2 -1
- package/SVF-osx/svf/include/SVFIR/SVFType.h +1 -1
- package/package.json +1 -1
|
Binary file
|
|
Binary file
|
|
@@ -88,6 +88,7 @@ public:
|
|
|
88
88
|
_icfgEdge = edge;
|
|
89
89
|
}
|
|
90
90
|
|
|
91
|
+
using SVF::GenericEdge<NodeType>::operator==;
|
|
91
92
|
/// Add the hash function for std::set (we also can overload operator< to implement this)
|
|
92
93
|
// and duplicated elements in the set are not inserted (binary tree comparison)
|
|
93
94
|
//@{
|
|
@@ -724,4 +725,4 @@ struct DOTGraphTraits<SVF::ICFGWrapper *> : public DOTGraphTraits<SVF::SVFIR *>
|
|
|
724
725
|
|
|
725
726
|
} // End namespace SVF
|
|
726
727
|
|
|
727
|
-
#endif //SVF_ICFGWRAPPER_H
|
|
728
|
+
#endif //SVF_ICFGWRAPPER_H
|
|
Binary file
|
|
Binary file
|
|
@@ -87,6 +87,7 @@ public:
|
|
|
87
87
|
_icfgEdge = edge;
|
|
88
88
|
}
|
|
89
89
|
|
|
90
|
+
using SVF::GenericEdge<NodeType>::operator==;
|
|
90
91
|
/// Add the hash function for std::set (we also can overload operator< to implement this)
|
|
91
92
|
// and duplicated elements in the set are not inserted (binary tree comparison)
|
|
92
93
|
//@{
|
|
@@ -722,4 +723,4 @@ struct DOTGraphTraits<SVF::ICFGWrapper *> : public DOTGraphTraits<SVF::SVFIR *>
|
|
|
722
723
|
|
|
723
724
|
} // End namespace SVF
|
|
724
725
|
|
|
725
|
-
#endif //SVF_ICFGWRAPPER_H
|
|
726
|
+
#endif //SVF_ICFGWRAPPER_H
|