[PATCH] D141414: [clang] add warning on shifting boolean type

2023-08-22 Thread Angelo Matni via Phabricator via cfe-commits
angelomatnigoogle added a comment. Pardon me for losing sight on this change. Within the week, I will revisit this change based on the current outstanding comments. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D141414/new/ https://reviews.llvm.org

[PATCH] D141414: [clang] add warning on shifting boolean type

2023-01-24 Thread Angelo Matni via Phabricator via cfe-commits
angelomatnigoogle updated this revision to Diff 491923. angelomatnigoogle added a comment. Consolidated shift-bool warning; fixed relevant unit tests Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D141414/new/ https://reviews.llvm.org/D141414 Files:

[PATCH] D141414: [clang] add warning on shifting boolean type

2023-01-10 Thread Angelo Matni via Phabricator via cfe-commits
angelomatnigoogle created this revision. angelomatnigoogle added reviewers: arsenm, shafik. Herald added a project: All. angelomatnigoogle requested review of this revision. Herald added subscribers: cfe-commits, wdng. Herald added a project: clang. Warn on operations "b << x" and "b >> x" Github