diff options
author | Peter Klausler <pklausler@nvidia.com> | 2023-05-22 13:56:32 -0700 |
---|---|---|
committer | Peter Klausler <pklausler@nvidia.com> | 2023-05-22 14:43:45 -0700 |
commit | 9efe1581502f1433811ea479345f84ca5008c754 (patch) | |
tree | 8264eeec829106cfd253c98942abf4e945b79d43 /lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp | |
parent | d54ad0b6cd7c7be24062014367fcd0c3f525c7ec (diff) | |
download | llvm-9efe1581502f1433811ea479345f84ca5008c754.zip llvm-9efe1581502f1433811ea479345f84ca5008c754.tar.gz llvm-9efe1581502f1433811ea479345f84ca5008c754.tar.bz2 |
[flang][preprocessing] Allow keyword macro to rename a function-like macro
#define FOO(x) ((x)+1)
#define BAR FOO
print *, BAR(1)
should work as one would expect.
Fixes https://github.com/llvm/llvm-project/issues/47162.
Differential Revision: https://reviews.llvm.org/D151154
Diffstat (limited to 'lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp')
0 files changed, 0 insertions, 0 deletions