diff options
author | peter klausler <pklausler@nvidia.com> | 2021-10-20 16:01:52 -0700 |
---|---|---|
committer | Peter Klausler <pklausler@nvidia.com> | 2021-11-08 11:53:13 -0800 |
commit | 6d44387e21a1b78eb7263f3610e7f11a42fecd24 (patch) | |
tree | f00ac175fb6219830fb078994e811371a09c66b7 /llvm/lib/Support/VirtualFileSystem.cpp | |
parent | 80f0bb5971e9a778e025d2bb91cbcb8b84a56d07 (diff) | |
download | llvm-6d44387e21a1b78eb7263f3610e7f11a42fecd24.zip llvm-6d44387e21a1b78eb7263f3610e7f11a42fecd24.tar.gz llvm-6d44387e21a1b78eb7263f3610e7f11a42fecd24.tar.bz2 |
[flang] Make subscript list argument a nullable pointer
Component::CreatePointerDescriptor unconditionally expects a
vector of subscripts to be passed as an argument, but is called
from NAMELIST input with a null pointer. Make that argument
a nullable pointer, move it to the end of the argument list,
and give it a default value of nullptr.
Differential Revision: https://reviews.llvm.org/D113312
Diffstat (limited to 'llvm/lib/Support/VirtualFileSystem.cpp')
0 files changed, 0 insertions, 0 deletions