[all-commits] [llvm/llvm-project] 0e301f: [lldb/Utility] Remove some Scalar type accessors

Pavel Labath via All-commits all-commits at lists.llvm.org
Mon Aug 24 02:45:57 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 0e301fd02386e01ca93a28e8c0484447fbb440a1
      https://github.com/llvm/llvm-project/commit/0e301fd02386e01ca93a28e8c0484447fbb440a1
  Author: Pavel Labath <pavel at labath.sk>
  Date:   2020-08-24 (Mon, 24 Aug 2020)

  Changed paths:
    M lldb/include/lldb/Utility/Scalar.h
    M lldb/source/Utility/Scalar.cpp

  Log Message:
  -----------
  [lldb/Utility] Remove some Scalar type accessors

Now that the number of Scalar "types" has been reduced, these don't make
sense anymore.


  Commit: 3d1b0000f9da83d3f636d76b2108cd5121f4f4b0
      https://github.com/llvm/llvm-project/commit/3d1b0000f9da83d3f636d76b2108cd5121f4f4b0
  Author: Pavel Labath <pavel at labath.sk>
  Date:   2020-08-24 (Mon, 24 Aug 2020)

  Changed paths:
    M lld/ELF/InputSection.cpp

  Log Message:
  -----------
  [lld] s/dyn_cast/isa in InputSection.cpp

Avoids a -Wunused-variable with gcc.


Compare: https://github.com/llvm/llvm-project/compare/2e194fe73b6f...3d1b0000f9da


More information about the All-commits mailing list