[all-commits] [llvm/llvm-project] 736385: EHScopeStack::Cleanup has virtual functions so the...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Mon Mar 2 07:07:13 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 736385c0b49d42f398ffa1458883f0d182178ef4
      https://github.com/llvm/llvm-project/commit/736385c0b49d42f398ffa1458883f0d182178ef4
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-03-02 (Mon, 02 Mar 2020)

  Changed paths:
    M clang/lib/CodeGen/EHScopeStack.h

  Log Message:
  -----------
  EHScopeStack::Cleanup has virtual functions so the destructor should be too.

Fixes cppcheck warning.


  Commit: dc8680eceb7c992cf1d02f47ad963dca2e287eaf
      https://github.com/llvm/llvm-project/commit/dc8680eceb7c992cf1d02f47ad963dca2e287eaf
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-03-02 (Mon, 02 Mar 2020)

  Changed paths:
    M clang/lib/CodeGen/CodeGenPGO.h

  Log Message:
  -----------
  [CodeGenPGO] Fix shadow variable warning. NFC.


  Commit: f5ad93d2f71437e34f3a6303d0a474cd4d8359e1
      https://github.com/llvm/llvm-project/commit/f5ad93d2f71437e34f3a6303d0a474cd4d8359e1
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-03-02 (Mon, 02 Mar 2020)

  Changed paths:
    M llvm/lib/Target/X86/Utils/X86ShuffleDecode.cpp
    M llvm/lib/Target/X86/Utils/X86ShuffleDecode.h
    M llvm/lib/Target/X86/X86ShuffleDecodeConstantPool.cpp
    M llvm/lib/Target/X86/X86ShuffleDecodeConstantPool.h

  Log Message:
  -----------
  [X86] Cleanup ShuffleDecode implementations. NFCI.
 - Remove unnecessary includes from the headers
 - Fix cppcheck definition/declaration arg mismatch warnings
 - Tidyup old comments (MVT usage was removed a long time ago)
 - Use SmallVector::append for repeated mask entries


Compare: https://github.com/llvm/llvm-project/compare/d0d38df0914f...f5ad93d2f714


More information about the All-commits mailing list