We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9f4a09 commit 6b0e734Copy full SHA for 6b0e734
swift/extractor/SwiftOutputRewrite.cpp
@@ -170,7 +170,7 @@ std::unordered_map<std::string, std::string> rewriteOutputsInPlace(
170
std::unordered_map<std::string, std::string> remapping;
171
172
// TODO: handle filelists?
173
- std::unordered_set<std::string> pathRewriteOptions({
+ const std::unordered_set<std::string> pathRewriteOptions({
174
"-emit-dependencies-path",
175
"-emit-module-path",
176
"-emit-module-doc-path",
0 commit comments