"compiler-rt/lib/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "5c40cc35490df9879f0d90919da6ce28c4a16c42"
[clang-tidy] [modernize-use-auto] Add a threshold for minimal type name length...
[clang-tidy] [modernize-use-auto] Add a threshold for minimal type name length to be replaced with 'auto' The threshold option is 'MinTypeNameLength' with default value '5'. With MinTypeNameLength == 5 'int'/'bool' and 'const int'/'const bool' will not be converted to 'auto', while 'unsigned' will be. Differential Revision: https://reviews.llvm.org/D45405 llvm-svn: 329730
Loading
Please register or sign in to comment