<div dir="ltr">Hi,<div><br></div><div>Take the example - <a href="https://godbolt.org/z/ocEPPj9K1">https://godbolt.org/z/ocEPPj9K1</a></div><div><br></div><div>Here, Clang should append a suffix (atleast 'u' in the case of the example) to the value in the error message that does not fit in the type declared as a template parameter. This is missing in upstream Clang main. </div><div><br></div><div>A way to somewhat fix this is - <a href="https://github.com/reikdas/llvm-project/commit/d43ee446810f86a15b9c8c1cedb4ee5d2c4b9f6c">https://github.com/reikdas/llvm-project/commit/d43ee446810f86a15b9c8c1cedb4ee5d2c4b9f6c</a> but this is not correct as it prints suffixes in certain places where we don't want suffixes to be printed (as demonstrated in the modified existing test cases in the linked commit). </div><div><br></div><div>Does anyone have any tips on how to fix this? (Or even better if someone had the time to create a revision to fix this)</div><div><br></div><div>Thanks!<br clear="all"><div><br></div>-- <br><div dir="ltr" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>Pratyush Das<br></div></div></div></div></div></div></div>