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

Eugene Zelenko via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 4 16:25:01 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. Autos are 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/D15251

Files:
  lib/Serialization/ASTReader.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15251.41958.patch
Type: text/x-patch
Size: 20988 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20151205/673c6429/attachment-0001.bin>


More information about the cfe-commits mailing list