[all-commits] [llvm/llvm-project] 6e7a76: Make argument const to silence cppcheck warning. N...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Sat Feb 29 11:25:21 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 6e7a768354c5a518832ea36b7fd629970c120648
      https://github.com/llvm/llvm-project/commit/6e7a768354c5a518832ea36b7fd629970c120648
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-02-29 (Sat, 29 Feb 2020)

  Changed paths:
    M llvm/lib/CodeGen/MachineInstr.cpp

  Log Message:
  -----------
  Make argument const to silence cppcheck warning. NFCI.


  Commit: d955b221cb252dc6f065f3f3889de6fc2ddc17ce
      https://github.com/llvm/llvm-project/commit/d955b221cb252dc6f065f3f3889de6fc2ddc17ce
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-02-29 (Sat, 29 Feb 2020)

  Changed paths:
    M llvm/lib/CodeGen/MachineInstr.cpp

  Log Message:
  -----------
  [MachineInst] Remove dead code. NFCI.

The MachineFunction MF value is not used any more and is always null.


  Commit: 259238baa659f85d57d6f9bb07a166b6dcf041dd
      https://github.com/llvm/llvm-project/commit/259238baa659f85d57d6f9bb07a166b6dcf041dd
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-02-29 (Sat, 29 Feb 2020)

  Changed paths:
    M llvm/include/llvm/ADT/CoalescingBitVector.h

  Log Message:
  -----------
  Fix Wdocumentation warning - use tparam for template parameters. NFC.


Compare: https://github.com/llvm/llvm-project/compare/dd046c9612c6...259238baa659


More information about the All-commits mailing list