]> granicus.if.org Git - clang/commit
[AST] Fix some Clang-tidy modernize-use-auto warnings; other minor fixes (NFC).
authorEugene Zelenko <eugene.zelenko@gmail.com>
Tue, 3 Apr 2018 00:11:50 +0000 (00:11 +0000)
committerEugene Zelenko <eugene.zelenko@gmail.com>
Tue, 3 Apr 2018 00:11:50 +0000 (00:11 +0000)
commitcd95e58bfcd1140aa4fced048ce9694e9107716c
treeabe984bd2e21865aad19a6fbbaf6544a155fa81c
parent9e2687706e20386d99295ac5b755a0ac80213fcb
[AST] Fix some Clang-tidy modernize-use-auto warnings; other minor fixes (NFC).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@329036 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclCXX.h
include/clang/AST/DeclFriend.h
include/clang/AST/ExternalASTSource.h
include/clang/AST/Redeclarable.h
include/clang/AST/Stmt.h
include/clang/AST/TypeLoc.h
lib/AST/ASTContext.cpp
lib/AST/DeclCXX.cpp
lib/AST/DeclFriend.cpp
lib/AST/Stmt.cpp