[all-commits] [llvm/llvm-project] 168b80: ADT: Remove redundant `alignas` from IntervalMap, NFC

Duncan P. N. Exon Smith via All-commits all-commits at lists.llvm.org
Wed Dec 2 14:34:09 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 168b803b4519ea49b11dfc98560623beb20e812f
      https://github.com/llvm/llvm-project/commit/168b803b4519ea49b11dfc98560623beb20e812f
  Author: Duncan P. N. Exon Smith <dexonsmith at apple.com>
  Date:   2020-12-02 (Wed, 02 Dec 2020)

  Changed paths:
    M llvm/include/llvm/ADT/IntervalMap.h

  Log Message:
  -----------
  ADT: Remove redundant `alignas` from IntervalMap, NFC

`AlignedArrayCharUnion` is now using `alignas`, which is properly
supported now by all the host toolchains we support. As a result, the
extra `alignas` on `IntervalMap` isn't needed anymore.

This is effectively a revert of 379daa29744cd96b0a87ed0d4a010fa4bc47ce73.

Differential Revision: https://reviews.llvm.org/D92509




More information about the All-commits mailing list