[all-commits] [llvm/llvm-project] 974c2f: [lldb] Modernize and expand TestCppBitfields
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Mon Oct 25 09:19:59 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 974c2f5e22112659549a54ff95ee310a1aac469d
https://github.com/llvm/llvm-project/commit/974c2f5e22112659549a54ff95ee310a1aac469d
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2021-10-25 (Mon, 25 Oct 2021)
Changed paths:
M lldb/test/API/lang/cpp/bitfields/TestCppBitfields.py
M lldb/test/API/lang/cpp/bitfields/main.cpp
Log Message:
-----------
[lldb] Modernize and expand TestCppBitfields
* clang-format test source.
* Removed the dead setup code.
* Using expect_expr etc. instead of raw expect.
* Slightly expanded with tests for vtable pointers (which mostly just crash atm.)
* Removed some other minor test guideline problems.
More information about the All-commits
mailing list