[lldb][NFC] Add test for C99 and GCC complex types
authorRaphael Isemann <teemperor@gmail.com>
Fri, 19 Jun 2020 12:47:15 +0000 (14:47 +0200)
committerRaphael Isemann <teemperor@gmail.com>
Fri, 19 Jun 2020 14:22:16 +0000 (16:22 +0200)
commit3e66bd291f1fbf381c3e0cac528ed4f6030cf714
tree5118ea5a4921e291572e1fa076e8ca55345df4cc
parent4067de569f119a81419fbf2e79d5f3307dfdda5b
[lldb][NFC] Add test for C99 and GCC complex types

LLDB has a lot of code for supporting complex types but we don't have a single
test for it. This adds some basic tests and documents the found bugs.
lldb/test/API/lang/c/complex/Makefile [new file with mode: 0644]
lldb/test/API/lang/c/complex/TestComplexC99.py [new file with mode: 0644]
lldb/test/API/lang/c/complex/main.c [new file with mode: 0644]
lldb/test/API/lang/c/complex_int/Makefile [new file with mode: 0644]
lldb/test/API/lang/c/complex_int/TestComplexInt.py [new file with mode: 0644]
lldb/test/API/lang/c/complex_int/main.c [new file with mode: 0644]