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

No longer call std::move on trivially-copyable types

Automatically detected by clang-tidy with performance-move-const-arg check.

Do not make the modification for Tokenizer::location type, since we have no
guarantee that the type will remain trivially-copyable in the future.
parent 7cfe226e
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment