Hopefully NFC, but this is trickier to determine.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
The clang-tidy and clang-format failures are all pre-existing, but that is hard to tell from the refactor.
I have fixed the "auto cbdata" -> "auto *cbdata", complaint, because that seems likely to cause confusion to the future readers. But the rest is a rabbit hole of old code that existed long before the style guide, and cleaning that up will make this code not match the surrounding file.
The title is
Split findUnwindSectionByPhdr by targets--arm eabi and others.
However, the patch just changes 2 auto to auto *? Is there any missing change in this patch?
The two auto * should be safe.
clang-format: please reformat the code