[all-commits] [llvm/llvm-project] a0f48d: [NFC] Enable RVALUE_REFERENCE_THIS on MSVC 2019
Nathan James via All-commits
all-commits at lists.llvm.org
Tue Mar 23 09:40:36 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a0f48d57a96d0d1b69ef6a19138fe2bbffd5fd9d
https://github.com/llvm/llvm-project/commit/a0f48d57a96d0d1b69ef6a19138fe2bbffd5fd9d
Author: Nathan James <n.james93 at hotmail.co.uk>
Date: 2021-03-23 (Tue, 23 Mar 2021)
Changed paths:
M llvm/include/llvm/Support/Compiler.h
Log Message:
-----------
[NFC] Enable RVALUE_REFERENCE_THIS on MSVC 2019
In https://reviews.llvm.org/D72948 This was enabled for all MSVC but reverted as it was determined not to work on some 2017 versions.
The issue is assumed to be fixed on 2019 so enable for 2019 and newer.
Some testing could be done to determine which version of MSVC 2017 support this feature but its safer right now to leave it at 2019.
Reviewed By: aaron.ballman
Differential Revision: https://reviews.llvm.org/D98809
More information about the All-commits
mailing list