Branch: refs/heads/main
Revision: eddb209
Author: aconsroe-hpe
Link: Unavailable
Log Message:
Merge pull request #18584 from aconsroe-hpe/astr-chpl-autoDestroy
Replace uses of "chpl__autoDestroy" with astr_autoDestroy
reviewed by @mppf
This finishes off a remaining case from PR #15239 in an attempt to
close issue #15011. I don't think this is particularly important, but
the string literal being passed to isNamedAstr was suspect and this
brings it in line with other uses.
Paratest pass
Modified Files:
M compiler/AST/symbol.cpp
M compiler/include/symbol.h
M compiler/resolution/callDestructors.cpp
M compiler/resolution/functionResolution.cpp
M compiler/resolution/visibleFunctions.cpp
Compare: https://github.com/chapel-lang/chapel/compare/8a50fe01d455...eddb20913c47