Skip to content
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

[Dependency Scanning] Always tokenize scanning query command-line strings #65293

Merged
merged 1 commit into from
Apr 19, 2023

Conversation

artemcm
Copy link
Contributor

@artemcm artemcm commented Apr 19, 2023

Other parts of the scanner lib (e.g. target-info query) already do this. We must always make sure to process the incoming command-line strings and run them through llvm::cl::TokenizeGNUCommandLine in order to process escaped paths.

Part of rdar://106712169

…ings

Other parts of the scanner lib (e.g. target-info query) already do this. We must always make sure to process the incoming command-line strings and run them through 'llvm::cl::TokenizeGNUCommandLine' in order to process escaped paths.

Part of rdar://106712169
@artemcm
Copy link
Contributor Author

artemcm commented Apr 19, 2023

@swift-ci smoke test

@artemcm artemcm merged commit adc1a44 into apple:main Apr 19, 2023
3 checks passed
@artemcm artemcm deleted the DepScanAlwaysTokenize branch April 19, 2023 23:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants