summarylogtreecommitdiffstats
path: root/clang7-compat.patch
diff options
context:
space:
mode:
authorMichael Hansen2019-03-28 10:38:28 -0700
committerMichael Hansen2019-03-28 10:38:28 -0700
commitef92de0dd90986da2d4b67300aa495facb2a2467 (patch)
treeede6921deb77da17ddc0aeac38f7e0bb804cd234 /clang7-compat.patch
parente968e8b2a14a5880d23b0af1745ca0140eab2c7a (diff)
downloadaur-ef92de0dd90986da2d4b67300aa495facb2a2467.tar.gz
Update to 5.0
Diffstat (limited to 'clang7-compat.patch')
-rw-r--r--clang7-compat.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/clang7-compat.patch b/clang7-compat.patch
deleted file mode 100644
index c4b91cb3988b..000000000000
--- a/clang7-compat.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-diff -rupN a/include/swift/Reflection/TypeRef.h b/include/swift/Reflection/TypeRef.h
---- a/include/swift/Reflection/TypeRef.h 2018-11-06 08:47:44.273606680 -0800
-+++ b/include/swift/Reflection/TypeRef.h 2018-11-06 08:48:57.184403605 -0800
-@@ -48,12 +48,12 @@ enum class TypeRefKind {
-
- #define FIND_OR_CREATE_TYPEREF(Allocator, TypeRefTy, ...) \
- auto ID = Profile(__VA_ARGS__); \
-- const auto Entry = Allocator.DEPENDENT_TEMPLATE TypeRefTy##s.find(ID); \
-- if (Entry != Allocator.DEPENDENT_TEMPLATE TypeRefTy##s.end()) \
-+ const auto Entry = Allocator.TypeRefTy##s.find(ID); \
-+ if (Entry != Allocator.TypeRefTy##s.end()) \
- return Entry->second; \
- const auto TR = \
- Allocator.DEPENDENT_TEMPLATE makeTypeRef<TypeRefTy>(__VA_ARGS__); \
-- Allocator.DEPENDENT_TEMPLATE TypeRefTy##s.insert({ID, TR}); \
-+ Allocator.TypeRefTy##s.insert({ID, TR}); \
- return TR;
-
- /// An identifier containing the unique bit pattern made up of all of the