[all-commits] [llvm/llvm-project] 3e9518: [lld-macho][nfc] Comments and style fixes

Jez Ng via All-commits all-commits at lists.llvm.org
Tue Feb 1 10:46:14 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3e951808d53895a376a71e5cb0d36bc836bbfc8d
      https://github.com/llvm/llvm-project/commit/3e951808d53895a376a71e5cb0d36bc836bbfc8d
  Author: Jez Ng <jezng at fb.com>
  Date:   2022-02-01 (Tue, 01 Feb 2022)

  Changed paths:
    M lld/MachO/Driver.h
    M lld/MachO/InputFiles.h
    M lld/MachO/OutputSection.h
    M lld/MachO/SyntheticSections.h
    M lld/MachO/UnwindInfoSection.cpp
    M lld/MachO/Writer.cpp

  Log Message:
  -----------
  [lld-macho][nfc] Comments and style fixes

Added some comments (particularly around finalize() and
finalizeContents()) as well as doing some rephrasing / grammar fixes for
existing comments.

Also did some minor style fixups, such as by putting methods together in
a class definition and having fields of similar types next to each
other.

Reviewed By: #lld-macho, oontvoo

Differential Revision: https://reviews.llvm.org/D118714




More information about the All-commits mailing list