[PATCH] D144218: [Clang] [AVR] Fix USHRT_MAX for 16-bit int.
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 10 09:18:06 PDT 2023
aaron.ballman added a comment.
In D144218#4254021 <https://reviews.llvm.org/D144218#4254021>, @barannikov88 wrote:
> There is something wrong with the `#if`s in the test, isn't it? They all look no-op.
Those are verifying that the macro expands to a value that can be used by the preprocessor to avoid issues like the one pointed out in this comment: https://reviews.llvm.org/D144218#inline-1396599
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144218/new/
https://reviews.llvm.org/D144218
More information about the cfe-commits
mailing list