The script updates reference results from the previous run, and stages them.
Requires https://reviews.llvm.org/D38156 before application.
Details
Diff Detail
Event Timeline
Other than the quoting issues mentioned inline, this looks good.
utils/analyzer/SATestUpdateDiffs.py | ||
---|---|---|
8 | I'm not a super fan of using this kind of abbreviation because it makes it harder to figure out where the stuff being called is defined. Are you adamant about it? | |
50 | I'm pretty terrified about rm -f without quotation of the arguments. Is there a safer API? At a minimum, can we at at least quote the arguments here? (And for the 'cp' above?) |
I'm not a super fan of using this kind of abbreviation because it makes it harder to figure out where the stuff being called is defined. Are you adamant about it?