[PATCH] D15311: [Clang] Use range loops and autos in lib/Serialization/ASTWriter.cpp

Eugene Zelenko via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 7 14:51:42 PST 2015


Eugene.Zelenko created this revision.
Eugene.Zelenko added reviewers: hans, aaron.ballman.
Eugene.Zelenko added a subscriber: cfe-commits.
Eugene.Zelenko set the repository for this revision to rL LLVM.

I fixed Clang-tidy modernize-loop-convert and modernize-use-auto. Autos are also used for pointer variables assigned via casts. Patch includes other minor cleanups.

Build and regressions were finr on RHEL 6.

Repository:
  rL LLVM

http://reviews.llvm.org/D15311

Files:
  lib/Serialization/ASTWriter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15311.42112.patch
Type: text/x-patch
Size: 26151 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20151207/b00681ca/attachment-0001.bin>


More information about the cfe-commits mailing list