[all-commits] [llvm/llvm-project] 3e66bd: [lldb][NFC] Add test for C99 and GCC complex types
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Fri Jun 19 07:22:58 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3e66bd291f1fbf381c3e0cac528ed4f6030cf714
https://github.com/llvm/llvm-project/commit/3e66bd291f1fbf381c3e0cac528ed4f6030cf714
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2020-06-19 (Fri, 19 Jun 2020)
Changed paths:
A lldb/test/API/lang/c/complex/Makefile
A lldb/test/API/lang/c/complex/TestComplexC99.py
A lldb/test/API/lang/c/complex/main.c
A lldb/test/API/lang/c/complex_int/Makefile
A lldb/test/API/lang/c/complex_int/TestComplexInt.py
A lldb/test/API/lang/c/complex_int/main.c
Log Message:
-----------
[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.
More information about the All-commits
mailing list