[PATCH] [clang-tidy] Add a checker that suggests replacing short/long/long long with fixed-size types.

Benjamin Kramer benny.kra at gmail.com
Fri Aug 29 07:31:40 PDT 2014


Address review comments.

http://reviews.llvm.org/D5119

Files:
  clang-tidy/google/CMakeLists.txt
  clang-tidy/google/GoogleTidyModule.cpp
  clang-tidy/google/IntegerTypesCheck.cpp
  clang-tidy/google/IntegerTypesCheck.h
  test/clang-tidy/google-runtime-int.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D5119.13082.patch
Type: text/x-patch
Size: 8452 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140829/3f7bcf3e/attachment.bin>


More information about the cfe-commits mailing list