]> granicus.if.org Git - clang/commit
Apply clang-tidy's misc-move-constructor-init throughout Clang.
authorBenjamin Kramer <benny.kra@googlemail.com>
Fri, 27 May 2016 14:27:13 +0000 (14:27 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Fri, 27 May 2016 14:27:13 +0000 (14:27 +0000)
commit4ff480f17cff1d8d1b366fba7123493498c7667b
tree524edb3cf67c1a147821d0e814ef821e42a68cf0
parent9d37176cc4a13a6c3644dcfd99819a000e2ba361
Apply clang-tidy's misc-move-constructor-init throughout Clang.

No functionality change intended, maybe a tiny performance improvement.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@270996 91177308-0d34-0410-b5e6-96231b3b80d8
30 files changed:
include/clang/AST/DeclTemplate.h
include/clang/Basic/VirtualFileSystem.h
include/clang/Frontend/Utils.h
include/clang/Sema/CodeCompleteConsumer.h
include/clang/StaticAnalyzer/Core/CheckerManager.h
include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h
include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h
lib/ARCMigrate/ARCMT.cpp
lib/Basic/VirtualFileSystem.cpp
lib/CodeGen/ObjectFilePCHContainerOperations.cpp
lib/Driver/Driver.cpp
lib/Frontend/CompilerInstance.cpp
lib/Frontend/PCHContainerOperations.cpp
lib/Frontend/Rewrite/FrontendActions.cpp
lib/Frontend/SerializedDiagnosticPrinter.cpp
lib/Lex/HeaderSearch.cpp
lib/Lex/Preprocessor.cpp
lib/StaticAnalyzer/Checkers/MallocChecker.cpp
lib/StaticAnalyzer/Checkers/MallocOverflowSecurityChecker.cpp
lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp
lib/StaticAnalyzer/Checkers/SimpleStreamChecker.cpp
lib/StaticAnalyzer/Checkers/UndefBranchChecker.cpp
lib/StaticAnalyzer/Core/RegionStore.cpp
lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
lib/Tooling/Tooling.cpp
tools/libclang/CIndexer.h
tools/libclang/Indexing.cpp
utils/TableGen/ClangAttrEmitter.cpp
utils/TableGen/NeonEmitter.cpp