[PATCH] D12675: Avoid using rvalue references with trivially copyable types.

Angel Garcia via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 7 08:30:33 PDT 2015


angelgarcia updated this revision to Diff 34160.
angelgarcia added a comment.

Avoid relying in a single usage for determining if the type is trivially copyable.


http://reviews.llvm.org/D12675

Files:
  clang-tidy/modernize/LoopConvertCheck.cpp
  clang-tidy/modernize/LoopConvertCheck.h
  clang-tidy/modernize/LoopConvertUtils.cpp
  test/clang-tidy/modernize-loop-convert-basic.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12675.34160.patch
Type: text/x-patch
Size: 12177 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150907/329c67df/attachment-0001.bin>


More information about the cfe-commits mailing list