1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 02:33:06 +01:00
llvm-mirror/include
Victor Campos 33327c4fc5 [NewPM] Fix wrong perfect forwardings
Some template functions were missing '&&' in function arguments,
therefore these were always taken by value after template instantiation.

This patch adds the double ampersand to introduce proper perfect
forwarding.

Reviewed By: aeubanks

Differential Revision: https://reviews.llvm.org/D106148
2021-07-19 17:21:32 +01:00
..
llvm [NewPM] Fix wrong perfect forwardings 2021-07-19 17:21:32 +01:00
llvm-c Reland [Orc] Add verylazy example for C-bindings 2021-07-18 21:17:49 +02:00