tbaeder added a comment.

What if you switch from `IgnoreParenImpCasts` at the top of 
`DiagnoseStaticAssertDetails()` to just `IgnoreParens()`? That improve cases 
where we simply compare a character literal to an integer, since the literal 
should be implicitly cast to an integer.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D155610

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to