[PATCH] D27312: Remove MSVC workaround for AlignedCharArray (NFC)
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 1 13:04:38 PST 2016
This revision was automatically updated to reflect the committed changes.
Closed by commit rL288417: Improve documentation on MSVC workaround for AlignedCharArray (NFC) (authored by mehdi_amini).
Changed prior to commit:
https://reviews.llvm.org/D27312?vs=79964&id=79975#toc
Repository:
rL LLVM
https://reviews.llvm.org/D27312
Files:
llvm/trunk/include/llvm/Support/AlignOf.h
Index: llvm/trunk/include/llvm/Support/AlignOf.h
===================================================================
--- llvm/trunk/include/llvm/Support/AlignOf.h
+++ llvm/trunk/include/llvm/Support/AlignOf.h
@@ -24,7 +24,7 @@
///
/// This template is used to explicitly build up a collection of aligned
/// character array types. We have to build these up using a macro and explicit
-/// specialization to cope with old versions of MSVC where only an
+/// specialization to cope with MSVC (at least till 2015) where only an
/// integer literal can be used to specify an alignment constraint. Once built
/// up here, we can then begin to indirect between these using normal C++
/// template parameters.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27312.79975.patch
Type: text/x-patch
Size: 709 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161201/df8e0b8f/attachment.bin>
More information about the llvm-commits
mailing list