[PATCH] D111184: [clang] Allow printing 64 bit ints in diagnostics

David Blaikie via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 18 14:00:18 PDT 2021


dblaikie added a comment.

Is there no diagnostic that could reasonably produce such a large value that would be easy to test (without needing a giant binary, etc)? (seem surprising to see this change without any test coverage)

Like a 64 bit non-type template parameter or the like, perhaps?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D111184



More information about the cfe-commits mailing list