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.
Paths
| Differential D15311
[Clang] Use range loops and autos in lib/Serialization/ASTWriter.cpp ClosedPublic Authored by Eugene.Zelenko on Dec 7 2015, 2:51 PM.
Details Summary 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.
Diff Detail Event TimelineEugene.Zelenko retitled this revision from to [Clang] Use range loops and autos in lib/Serialization/ASTWriter.cpp. Eugene.Zelenko updated this object. This revision is now accepted and ready to land.Dec 8 2015, 6:23 AM Closed by commit rL255033: Use range loops and autos in lib/Serialization/ASTWriter.cpp. (authored by eugenezelenko). · Explain WhyDec 8 2015, 10:03 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 42112 lib/Serialization/ASTWriter.cpp
|