In class DWARFUnit, the bool member isLittleEndian does not follow the LLVM coding standards, this patch fixes the casing style and adds an accessor for it
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
The change is fine, but since the new API isn't used anywhere, we should at the very least add a unit test for it.
Comment Actions
What's the motivation for adding the new API, if it's unused? (got a link to a review that's going to dad usage for it/motivates its addition?)