]> granicus.if.org Git - clang/commit
[Alignment] Move OffsetToAlignment to Alignment.h
authorGuillaume Chatelet <gchatelet@google.com>
Thu, 12 Sep 2019 15:20:36 +0000 (15:20 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Thu, 12 Sep 2019 15:20:36 +0000 (15:20 +0000)
commitfbefe36e8d4cf5d0e3b95861d0832da1d77d232c
tree6432c8a5d0fba19767861f20ac8a8654d487fc36
parent77a897433f2e7591f10dc1d5131364d7d25bec06
[Alignment] Move OffsetToAlignment to Alignment.h

Summary:
This is patch is part of a series to introduce an Alignment type.
See this thread for context: http://lists.llvm.org/pipermail/llvm-dev/2019-July/133851.html
See this patch for the introduction of the type: https://reviews.llvm.org/D64790

Reviewers: courbet, JDevlieghere, alexshap, rupprecht, jhenderson

Subscribers: sdardis, nemanjai, hiraditya, kbarton, jakehehrlich, jrtc27, MaskRay, atanasyan, jsji, seiya, cfe-commits, llvm-commits

Tags: #clang, #llvm

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@371742 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/DeclBase.cpp