I fixed Clang-tidy modernize-use-auto warnings. Autos are also used for pointer variables assigned via casts. Patch includes other minor cleanups.
Build and regressions were fine on RHEL 6.
Differential D15338
[Clang] Use autos in lib/AST/ASTContext.cpp AbandonedPublic Authored by Eugene.Zelenko on Dec 8 2015, 10:48 AM.
Details
Summary I fixed Clang-tidy modernize-use-auto warnings. Autos are also used for pointer variables assigned via casts. Patch includes other minor cleanups. Build and regressions were fine on RHEL 6.
Diff Detail Event TimelineEugene.Zelenko updated this object.
Revision Contents
Diff 42193 lib/AST/ASTContext.cpp
|
Can this now fit onto one line? If not, I don't think this is an improvement.