llvm-project/clang-tools-extra/test/clang-tidy/Inputs/modernize-loop-convert
Angel Garcia Gomez 68175a02fb Only copy small types in modernize-loop-convert.
Summary: If the size of the type is above a certain bound, we'll take a const reference. This bound can be set as an option. For now, the default value is 16 bytes.

Reviewers: klimek

Subscribers: alexfh, cfe-commits

Differential Revision: http://reviews.llvm.org/D14176

llvm-svn: 251694
2015-10-30 09:37:57 +00:00
..
structures.h Only copy small types in modernize-loop-convert. 2015-10-30 09:37:57 +00:00