summaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api/debugger/main.cpp
diff options
context:
space:
mode:
authorPeter Klausler <pklausler@nvidia.com>2023-02-14 14:58:34 -0800
committerPeter Klausler <pklausler@nvidia.com>2023-03-02 09:16:14 -0800
commitfee3f0bd4acb8497d21f8030a62f30d8c6ea0f96 (patch)
treea1facaaa98f5cc85f1ebd2276627b726c53b8f36 /lldb/test/API/python_api/debugger/main.cpp
parent204587a3cb33a6d4aba9a233da6df17a6be1c3d0 (diff)
[flang] Warn about dangerous actual argument association with TARGET dummy arguments
The actual argument associated with a dummy argument with the TARGET attribute is not required to be itself a target or pointer, or even to be a variable, but in those cases, any pointer that is associated with the dummy argument during the execution of the procedure is either going to be invalid afterwards because it points to temporary storage that has since been deallocated or an optimization time bomb because it aliases an object that isn't a target. Add warnings for these cases. Differential Revision: https://reviews.llvm.org/D145089
Diffstat (limited to 'lldb/test/API/python_api/debugger/main.cpp')
0 files changed, 0 insertions, 0 deletions