[lldb] Add a test for class loading via member typedefs
authorRaphael Isemann <teemperor@gmail.com>
Mon, 1 Nov 2021 14:55:16 +0000 (15:55 +0100)
committerRaphael Isemann <teemperor@gmail.com>
Mon, 1 Nov 2021 14:58:45 +0000 (15:58 +0100)
commit9e0a39f3787ac055631891be9062dcd561cf4501
tree77542b0ec8af799bbd5eebf1231ba9770d702006
parentb85995f6c48eea2b7e63c60dbb0c29c88759d13e
[lldb] Add a test for class loading via member typedefs

This is currently only tested indirectly in the huge stdlibc++ formatter tests.
lldb/test/API/lang/cpp/class-loading-via-member-typedef/Makefile [new file with mode: 0644]
lldb/test/API/lang/cpp/class-loading-via-member-typedef/TestClassLoadingViaMemberTypedef.py [new file with mode: 0644]
lldb/test/API/lang/cpp/class-loading-via-member-typedef/main.cpp [new file with mode: 0644]