[ownership-verifier] WillThrow has a trivial tuple return value.

rdar://29791263
This commit is contained in:
Michael Gottesman
2017-01-23 17:34:10 -08:00
parent 659a93ba99
commit ea8d11f6a1
2 changed files with 2 additions and 1 deletions

View File

@@ -681,6 +681,7 @@ CONSTANT_OWNERSHIP_BUILTIN(Guaranteed, UnsafeGuaranteed)
CONSTANT_OWNERSHIP_BUILTIN(Trivial, UnsafeGuaranteedEnd)
CONSTANT_OWNERSHIP_BUILTIN(Trivial, GetObjCTypeEncoding)
CONSTANT_OWNERSHIP_BUILTIN(Trivial, CanBeObjCClass)
CONSTANT_OWNERSHIP_BUILTIN(Trivial, WillThrow)
#undef CONSTANT_OWNERSHIP_BUILTIN
#define NO_OWNERSHIP_BUILTIN(ID) \
@@ -694,7 +695,6 @@ NO_OWNERSHIP_BUILTIN(DestroyArray)
NO_OWNERSHIP_BUILTIN(CopyArray)
NO_OWNERSHIP_BUILTIN(TakeArrayFrontToBack)
NO_OWNERSHIP_BUILTIN(TakeArrayBackToFront)
NO_OWNERSHIP_BUILTIN(WillThrow)
NO_OWNERSHIP_BUILTIN(UnexpectedError)
NO_OWNERSHIP_BUILTIN(ErrorInMain)
NO_OWNERSHIP_BUILTIN(DeallocRaw)