[PATCH] D94417: [ADT][Support] Disable C4146 MSVC warning

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 11 12:12:54 PST 2021


dblaikie added a comment.

Perhaps we could rewrite the code to use ~ or the like instead of unary - if that works?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D94417/new/

https://reviews.llvm.org/D94417



More information about the llvm-commits mailing list