Branch: refs/heads/master
Home: https://github.com/dyninst/dyninst
Commit: 9fa5f6dc0307d735700c544ca83d661926b40803
https://github.com/dyninst/dyninst/commit/9fa5f6dc0307d735700c544ca83d661926b40803
Author: Tim Haines <[email protected]>
Date: 2023-10-30 (Mon, 30 Oct 2023)
Changed paths:
M dyninstAPI/src/ast.C
M dyninstAPI/src/ast.h
Log Message:
-----------
Guarantee operands in AstOperatorNode are non-null (#1609)
* AstOperatorNode: operands are non-null
This is now a class invariant. Found by cppcheck's
nullPointerRedundantCheck.
* AstOperatorNode: remove dtor and default ctor
They don't enforce the new invariant.
_______________________________________________
Dyninst-api mailing list
[email protected]
https://lists.cs.wisc.edu/mailman/listinfo/dyninst-api