[C++11] Avoid implicit conversion of ArrayRef to std::vector and use move...
[C++11] Avoid implicit conversion of ArrayRef to std::vector and use move semantics where appropriate. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@203477 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang/ASTMatchers/ASTMatchersInternal.h 7 additions, 6 deletionsinclude/clang/ASTMatchers/ASTMatchersInternal.h
- include/clang/ASTMatchers/Dynamic/VariantValue.h 2 additions, 2 deletionsinclude/clang/ASTMatchers/Dynamic/VariantValue.h
- include/clang/Tooling/CompilationDatabase.h 2 additions, 2 deletionsinclude/clang/Tooling/CompilationDatabase.h
- lib/ASTMatchers/Dynamic/Marshallers.h 2 additions, 2 deletionslib/ASTMatchers/Dynamic/Marshallers.h
- lib/ASTMatchers/Dynamic/VariantValue.cpp 8 additions, 8 deletionslib/ASTMatchers/Dynamic/VariantValue.cpp
- lib/Basic/VirtualFileSystem.cpp 1 addition, 5 deletionslib/Basic/VirtualFileSystem.cpp
- lib/StaticAnalyzer/Core/BugReporter.cpp 2 additions, 4 deletionslib/StaticAnalyzer/Core/BugReporter.cpp
- lib/Tooling/CompilationDatabase.cpp 2 additions, 1 deletionlib/Tooling/CompilationDatabase.cpp
Loading
Please register or sign in to comment