]> granicus.if.org Git - llvm/commit
Try once again to fix the MSVC build of AlignedCharArrayUnion
authorReid Kleckner <rnk@google.com>
Tue, 10 Jan 2017 01:05:33 +0000 (01:05 +0000)
committerReid Kleckner <rnk@google.com>
Tue, 10 Jan 2017 01:05:33 +0000 (01:05 +0000)
commitedab6023d7456634df58dafc3eece2281f1d627e
treebec9dedd7b14e4a7f78152d80335dcccb7502fb8
parent39ed1db310a69281e3399f3b1d8a137788e8319f
Try once again to fix the MSVC build of AlignedCharArrayUnion

It was complaining about ambiguity between llvm::detail and
llvm::support::detail:
  error C2872: 'detail': ambiguous symbol
  note: could be 'llvm::detail'
  note: or       'llvm::support::detail'

Standardize on llvm::support::detail to hide these symbols further.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@291519 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/AlignOf.h