mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
Prevent committing WIP code
This commit introduces a check in `check-conventions.sh` to prevent committing code denoted by a `// WIP` comment, that are supposed to be used to remind the developer something has to be changed before submitting a pull request.
This commit is contained in:
@@ -87,7 +87,7 @@ bool StackAnalysis<AnalyzeABI>::runOnFunction(Function &F) {
|
||||
|| (IsSETNotToPC
|
||||
and not IsSETToPC
|
||||
and not IsReturnAddress))) {
|
||||
// WIP: keep IsReturnAddress?
|
||||
// TODO: keep IsReturnAddress?
|
||||
// Consider addresses found in global data that have not been used in SET
|
||||
// or addresses coming from SET that are not return addresses and do not
|
||||
// end up in the PC directly.
|
||||
|
||||
Reference in New Issue
Block a user