[llvm] r290024 - [Hexagon] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).

Eugene Zelenko via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 18 07:56:42 PST 2016


Hi, Malcolm!

On Sun, Dec 18, 2016 at 7:47 AM, Malcolm Parsons
<malcolm.parsons at gmail.com> wrote:
> On 17 December 2016 at 01:09, Eugene Zelenko via llvm-commits
> <llvm-commits at lists.llvm.org> wrote:
>> -    if (P == INT_MIN)
>> +    if (P == std::numeric_limits<int>::max())
>
> MIN -> max?
>
> --
> Malcolm Parsons

I'm very sorry to introduce problem. And thank you for spotting it!

But could not fix it until next year. Could you please commit this change?

Eugene.


More information about the llvm-commits mailing list