[PATCH] D134290: Fix llvm coding style and add an accessor for isLittleEndian

Shubham Sandeep Rastogi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 20 10:29:56 PDT 2022


rastogishubham created this revision.
rastogishubham added a reviewer: aprantl.
Herald added a subscriber: hiraditya.
Herald added a project: All.
rastogishubham requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

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


https://reviews.llvm.org/D134290

Files:
  llvm/include/llvm/DebugInfo/DWARF/DWARFUnit.h
  llvm/lib/DebugInfo/DWARF/DWARFUnit.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134290.461611.patch
Type: text/x-patch
Size: 5607 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220920/d54a14f5/attachment.bin>


More information about the llvm-commits mailing list