[all-commits] [llvm/llvm-project] 4d0312: Add proper move ctor/move assign to APValue. NFCI.
Benjamin Kramer via All-commits
all-commits at lists.llvm.org
Sun Sep 6 04:07:40 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4d0312c8e05be5353c6c29b31036647dceca3ce5
https://github.com/llvm/llvm-project/commit/4d0312c8e05be5353c6c29b31036647dceca3ce5
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2020-09-06 (Sun, 06 Sep 2020)
Changed paths:
M clang/include/clang/AST/APValue.h
M clang/lib/AST/APValue.cpp
Log Message:
-----------
Add proper move ctor/move assign to APValue. NFCI.
Swapping 64 bytes to make a move isn't cheap.
More information about the All-commits
mailing list