[PATCH] D111184: [clang] Allow printing 64 bit ints in diagnostics
Arthur Eubanks via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 18 14:02:56 PDT 2021
aeubanks added a comment.
In D111184#3071422 <https://reviews.llvm.org/D111184#3071422>, @dblaikie wrote:
> 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?
Previously no, but https://reviews.llvm.org/D111250 modifies some tests to print 2^32, which was the motivating case behind this.
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