-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[func-sig-opts] hasNonTrivialNonDebugUse => hasNonTrivialNonDebugTran… #15777
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[func-sig-opts] hasNonTrivialNonDebugUse => hasNonTrivialNonDebugTran… #15777
Conversation
b317b19
to
77d36ea
Compare
@swift-ci smoke test and merge |
…sitiveUsers and move to DebugUtils. I am getting rid of FunctionSignatureOptUtils. It is only used by FunctionSignatureOpts, so it should either be a local utility file whose header lives in ./lib or integrated into FunctionSignatureOpts. Beyond this utility function (which seems like a generally useful thing that should be in DebugUtils), the only other thing left in FunctionSignatureOptUtils is part of the heuristic of FunctionSignatureOpts. It should really be in that file. rdar://38196046
77d36ea
to
88bc490
Compare
Fixed a thinko |
@swift-ci smoke test and merge |
3 similar comments
@swift-ci smoke test and merge |
@swift-ci smoke test and merge |
@swift-ci smoke test and merge |
macOS failure was java build infrastructure related. Lets try this again... |
@swift-ci smoke test os x platform |
@swift-ci smoke test macOS platform |
@swift-ci Please smoke test OS X platform |
3 similar comments
@swift-ci Please smoke test OS X platform |
@swift-ci Please smoke test OS X platform |
@swift-ci Please smoke test OS X platform |
…sitiveUsers and move to DebugUtils.
I am getting rid of FunctionSignatureOptUtils. It is only used by
FunctionSignatureOpts, so it should either be a local utility file whose header
lives in ./lib or integrated into FunctionSignatureOpts. Beyond this utility
function (which seems like a generally useful thing that should be in
DebugUtils), the only other thing left in FunctionSignatureOptUtils is part of
the heuristic of FunctionSignatureOpts. It should really be in that file.
rdar://38196046