[PATCH] D64474: [lld] [NFC] Match

Alex Brachet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 10 04:04:58 PDT 2019


abrachet created this revision.
abrachet added reviewers: ruiu, jhenderson, rupprecht.
Herald added subscribers: llvm-commits, dexonsmith, steven_wu, MaskRay, arichardson, emaste.
Herald added a reviewer: espindola.
Herald added a project: LLVM.

rL365595 <https://reviews.llvm.org/rL365595> changed variables to start with a lower case letter, this change updates comments which declare the parameter to which a constant refers. Also, this patch normalizes such comments so they are in the form `/*parameter=*/<value>` as shown in the style guide <https://llvm.org/docs/CodingStandards.html#comment-formatting>.


https://reviews.llvm.org/D64474

Files:
  lld/ELF/DWARF.cpp
  lld/ELF/Driver.cpp
  lld/ELF/DriverUtils.cpp
  lld/ELF/InputFiles.cpp
  lld/ELF/InputSection.cpp
  lld/ELF/LTO.cpp
  lld/ELF/OutputSections.cpp
  lld/ELF/ScriptParser.cpp
  lld/ELF/Thunks.cpp
  lld/ELF/Writer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64474.208913.patch
Type: text/x-patch
Size: 12446 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190710/f20094ca/attachment.bin>


More information about the llvm-commits mailing list