[PATCH] D41740: [clang-tidy] Adding a new bugprone check for streaming objects of type int8_t or uint8_t

Jonas Toth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Jan 6 03:08:32 PST 2018


JonasToth added inline comments.


================
Comment at: clang-tidy/bugprone/StreamInt8Check.h:20
+/// Checks that objects of types int8_t or uint8_t aren't streamed to ostreams,
+/// where the intended behavior is likely to stream them as ints
+///
----------------
Missing full stop in comment


https://reviews.llvm.org/D41740





More information about the cfe-commits mailing list