[PATCH] D41740: [clang-tidy] Adding a new bugprone check for streaming objects of type int8_t or uint8_t
Barry Revzin via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 4 14:49:10 PST 2018
BRevzin added a comment.
So admittedly, I don't have any experience in clang-tidy. This check is intended to catch what is to us a really annoying source of error (and I'm probably not the only one?). I suspect there are far better ways of writing this check than the one that I pretty much guess-and-checked my way into.
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D41740
More information about the cfe-commits
mailing list