mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[NFC][interop] rename the PrintAsObjC library to PrintAsClang
We're starting to support emission of C++ header interfaces, so a language-agnostic name makes more sense
This commit is contained in:
@@ -119,7 +119,7 @@ ValueDecl *DerivedConformance::deriveBridgedNSError(ValueDecl *requirement) {
|
||||
|
||||
auto scope = Nominal->getFormalAccessScope(Nominal->getModuleScopeContext());
|
||||
if (scope.isPublic() || scope.isInternal())
|
||||
// PrintAsObjC may print this domain, so we should make sure we use the
|
||||
// PrintAsClang may print this domain, so we should make sure we use the
|
||||
// same string it will.
|
||||
synthesizer = deriveBodyBridgedNSError_printAsObjCEnum_nsErrorDomain;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user