diff options
author | Aaron Ballman <aaron@aaronballman.com> | 2022-03-23 13:24:53 -0400 |
---|---|---|
committer | Aaron Ballman <aaron@aaronballman.com> | 2022-03-23 13:25:31 -0400 |
commit | e4a42c5b64d044ae28d9483b0ebd12038d5b5917 (patch) | |
tree | 66450e33fbd6b0eb465bf24a8cf2697e72ac93f1 /lldb/packages/Python/lldbsuite/test/lldbpexpect.py | |
parent | 215f5fd135d38383a5d72f8a51c6c651aad3a6f7 (diff) | |
download | llvm-e4a42c5b64d044ae28d9483b0ebd12038d5b5917.zip llvm-e4a42c5b64d044ae28d9483b0ebd12038d5b5917.tar.gz llvm-e4a42c5b64d044ae28d9483b0ebd12038d5b5917.tar.bz2 |
Change __auto_type behavior with qualifiers to match GCC behavior
Currently, Clang handles some qualifiers correctly for __auto_type, but
it does not handle the restrict or _Atomic qualifiers in the same way
that GCC does. This patch handles those qualifiers so that they attach
to the deduced type the same as const and volatile already do.
This fixes https://github.com/llvm/llvm-project/issues/53652
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lldbpexpect.py')
0 files changed, 0 insertions, 0 deletions