diff options
author | Shafik Yaghmour <shafik.yaghmour@intel.com> | 2023-02-17 14:56:02 -0800 |
---|---|---|
committer | Shafik Yaghmour <shafik.yaghmour@intel.com> | 2023-02-17 14:57:32 -0800 |
commit | d6d59e660bc75d14f423fb3817834f832bbf4543 (patch) | |
tree | 1b629989e7bf342857da7efd033ed14dc28164c8 /llvm/lib/Target/PowerPC/Disassembler/PPCDisassembler.cpp | |
parent | 34aff47521c3e0cbac58b0d5793197f76a304295 (diff) | |
download | llvm-d6d59e660bc75d14f423fb3817834f832bbf4543.zip llvm-d6d59e660bc75d14f423fb3817834f832bbf4543.tar.gz llvm-d6d59e660bc75d14f423fb3817834f832bbf4543.tar.bz2 |
[Clang] Fix __VA_OPT__ implementation so that it treats the concatenation of a non-placemaker token and placemaker token as a non-placemaker token
Currently the implementation of __VA_OPT__ will treat the concatenation of a
non-placemaker token and placemaker token as a placemaker token which is not
correct. This will fix the implementation and treat the result as a
non-placemaker token.
This fixes: https://github.com/llvm/llvm-project/issues/60268
Differential Revision: https://reviews.llvm.org/D142604
Diffstat (limited to 'llvm/lib/Target/PowerPC/Disassembler/PPCDisassembler.cpp')
0 files changed, 0 insertions, 0 deletions