We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c11482c commit bdcf46bCopy full SHA for bdcf46b
1 file changed
include/phasar/DataFlow/Mono/Contexts/CallStringCTX.h
@@ -65,7 +65,7 @@ template <typename N, unsigned K> class CallStringCTX {
65
66
friend bool operator<(const CallStringCTX<N, K> &Lhs,
67
const CallStringCTX<N, K> &Rhs) {
68
- return Lhs.cs < Rhs.cs;
+ return Lhs.CallString < Rhs.CallString;
69
}
70
71
llvm::raw_ostream &print(llvm::raw_ostream &OS) const {
0 commit comments