[all-commits] [llvm/llvm-project] fc08cf: CodeView: static_cast result of getOffset() to siz...

pcc via All-commits all-commits at lists.llvm.org
Thu Sep 16 23:41:17 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fc08cfb8884db2f0a871479f7fc640e364a9ffe9
      https://github.com/llvm/llvm-project/commit/fc08cfb8884db2f0a871479f7fc640e364a9ffe9
  Author: Peter Collingbourne <peter at pcc.me.uk>
  Date:   2021-09-16 (Thu, 16 Sep 2021)

  Changed paths:
    M llvm/lib/DebugInfo/CodeView/SimpleTypeSerializer.cpp

  Log Message:
  -----------
  CodeView: static_cast result of getOffset() to size_t.

Silences a narrowing conversion warning on 32-bit platforms after D109923.




More information about the All-commits mailing list