diff options
author | Aaron Ballman <aaron@aaronballman.com> | 2024-08-19 16:54:12 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-19 16:54:12 -0400 |
commit | 435cb0dc5eca08cdd8d9ed0d887fa1693cc2bf33 (patch) | |
tree | 64e6e9d64bd72069c86b51dd5f4df0e331e2c6d2 /lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp | |
parent | 7022498ac2f236e411e8a0f9a48669e754000a4b (diff) | |
download | llvm-435cb0dc5eca08cdd8d9ed0d887fa1693cc2bf33.zip llvm-435cb0dc5eca08cdd8d9ed0d887fa1693cc2bf33.tar.gz llvm-435cb0dc5eca08cdd8d9ed0d887fa1693cc2bf33.tar.bz2 |
[C++23] Fix infinite recursion (Clang 19.x regression) (#104829)
d469794d0cdfd2fea50a6ce0c0e33abb242d744c was fixing an issue with
triggering vtable instantiations, but it accidentally introduced
infinite recursion when the type to be checked is the same as the type
used in a base specifier or field declaration.
Fixes #104802
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp')
0 files changed, 0 insertions, 0 deletions