Skip to content
Snippets Groups Projects
Commit 20bbbd46 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Port some constructors to pass-by-value using C++11 move semantics

Performed using modernize-pass-by-value from clang-tidy.

Manual intervention was needed to fix an issue in MacroValue.hh.
Also replace std::move by move, since we import the std namespace.

https://clang.llvm.org/extra/clang-tidy/checks/modernize-pass-by-value.html
parent 6cf4e6dc
No related branches found
No related tags found
Loading
Showing
with 463 additions and 448 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment