[PATCH] D129689: [limits.h] USHRT_MAX fix for 16 bit architectures

Tom Honermann via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 14 08:30:59 PDT 2022


tahonermann added a comment.

> Sorry about this, I actually tried this but the patch showed a lot more than what I've changed, not sure what I did wrong.

You didn't do anything wrong; the `-U99999` option will effectively include the entire file for each changed file. That is actually the intent; it is what enables Phabricator to have access to the rest of the file so that reviewers can expand the displayed context to see unchanged code.


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

https://reviews.llvm.org/D129689



More information about the cfe-commits mailing list