]> granicus.if.org Git - clang/commit
Fix that AlignedAllocation.h doesn't compile because of VersionTuple
authorRaphael Isemann <teemperor@gmail.com>
Tue, 12 Jun 2018 03:43:21 +0000 (03:43 +0000)
committerRaphael Isemann <teemperor@gmail.com>
Tue, 12 Jun 2018 03:43:21 +0000 (03:43 +0000)
commitcabce844f33a56eb517eee37c99192f34c5f9ee6
treeac6c6d6c81a2f51e45d980c0823b38ff97dd8d4e
parenta7ec0762acdeb1af6fd157f9cac3b5d6dd6745c7
Fix that AlignedAllocation.h doesn't compile because of VersionTuple

Summary:
 rL334399 put VersionTuple in the llvm namespace, but this header still assumes it's in the clang namespace.
This leads to compilation failures with enabled modules when building Clang.

Subscribers: cfe-commits

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@334471 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/AlignedAllocation.h