[all-commits] [llvm/llvm-project] c2487b: Remove a workaround for MSVC 2013, now that MSVC 2...
James Y Knight via All-commits
all-commits at lists.llvm.org
Wed Feb 24 10:57:56 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c2487bf7dfdda59b775b3d5a06684af243790125
https://github.com/llvm/llvm-project/commit/c2487bf7dfdda59b775b3d5a06684af243790125
Author: James Y Knight <jyknight at google.com>
Date: 2021-02-24 (Wed, 24 Feb 2021)
Changed paths:
M llvm/include/llvm/Support/TrailingObjects.h
Log Message:
-----------
Remove a workaround for MSVC 2013, now that MSVC 2017 is the minimum.
In MSVC 2013, 'alignas(integer-template-arg)' didn't compile; verified
on godbolt that this now works properly.
More information about the All-commits
mailing list