[PATCH] D15338: [Clang] Use autos in lib/AST/ASTContext.cpp
Eugene Zelenko via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 8 10:48:18 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-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.
Repository:
rL LLVM
http://reviews.llvm.org/D15338
Files:
lib/AST/ASTContext.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15338.42193.patch
Type: text/x-patch
Size: 52223 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20151208/5db3061e/attachment-0001.bin>
More information about the cfe-commits
mailing list