[PATCH] D42682: [clang-tidy] Add misc-io-functions-misused checker
    Eugene Zelenko via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Tue Jan 30 10:54:43 PST 2018
    
    
  
Eugene.Zelenko added a comment.
May be //bugprone// is better module then //misc//?
================
Comment at: docs/ReleaseNotes.rst:63
+
+  Check if the fgetwc, getwc, getwchar, istream::get standard iostream C functions 
+  return values incorrectly stored in char type value.
----------------
Please add () to function names and enclose each of them in ``. Same in documentation.
Repository:
  rCTE Clang Tools Extra
https://reviews.llvm.org/D42682
    
    
More information about the cfe-commits
mailing list