[libcxx-commits] [PATCH] D75541: Split findUnwindSectionByPhdr by targets--arm eabi and others.
Sterling Augustine via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Mar 3 10:56:22 PST 2020
saugustine added a comment.
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.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75541/new/
https://reviews.llvm.org/D75541
More information about the libcxx-commits
mailing list