[valgrind] [Bug 373938] const IRExpr arguments for matchIRExpr()

2016-12-23 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=373938 Ivo Raisr changed: What|Removed |Added Resolution|--- |FIXED

[valgrind] [Bug 373938] const IRExpr arguments for matchIRExpr()

2016-12-23 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=373938 Ivo Raisr changed: What|Removed |Added Summary|const IRExpr arguments to |const IRExpr arguments for

[valgrind] [Bug 373938] const IRExpr arguments to matchIRExpr()

2016-12-21 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=373938 --- Comment #1 from Ivo Raisr --- So the gist of my changes is really just: - Bool matchIRExpr ( MatchInfo* mi, IRExpr* p, IRExpr* e ); + Bool matchIRExpr ( MatchInfo* mi, const IRExpr* p, const IRExpr* e ); -- You are receiving this

[valgrind] [Bug 373938] const IRExpr arguments to matchIRExpr()

2016-12-19 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=373938 Ivo Raisr changed: What|Removed |Added CC||iv...@ivosh.net Ever