[llvm] r229333 - Since MSVC 1800 is our lowest common denominator, we don't need an explicit check for it in these macros any longer; NFC.

Aaron Ballman aaron at aaronballman.com
Sun Feb 15 13:30:50 PST 2015


On Sun, Feb 15, 2015 at 4:29 PM, Benjamin Kramer <benny.kra at gmail.com> wrote:
>
>> On 15.02.2015, at 22:21, Aaron Ballman <aaron at aaronballman.com> wrote:
>>
>> Author: aaronballman
>> Date: Sun Feb 15 15:21:52 2015
>> New Revision: 229333
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=229333&view=rev
>> Log:
>> Since MSVC 1800 is our lowest common denominator, we don't need an explicit check for it in these macros any longer; NFC.
>
> If someone is bored they can replace all instances of LLVM_DELETED_FUNCTION and LLVM_EXPLICIT in Clang and LLVM. MSVC 2012 was the last supported compiler that lacks support for it.

I have some spare cycles, I'll tackle it. Thanks!

~Aaron



More information about the llvm-commits mailing list