mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-05 23:52:45 +00:00
65a1efc60c
This was causing compilation errors when attempting to compare a `shared_ptr<T[]>` with `nullptr`, as `get()` returns `T*` rather than `T (*)[]`. `unique_ptr` did not have this issue, but I've added tests to make sure. |
||
---|---|---|
.. | ||
configs | ||
libcxx | ||
std | ||
support | ||
tools | ||
.clang-format | ||
.clang-tidy | ||
CMakeLists.txt | ||
lit.cfg.py | ||
lit.local.cfg |