[PATCH] D42682: [clang-tidy] Add misc-io-functions-misused checker

Malcolm Parsons via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 30 03:30:34 PST 2018


malcolm.parsons added a comment.

Why only the wide versions?
Even narrow versions return an int so that you can check for EOF.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D42682





More information about the cfe-commits mailing list