We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
RUN_UNDER_FILTER
1 parent 3dcdc73 commit 80debe1Copy full SHA for 80debe1
1 file changed
swift/extractor/main.cpp
@@ -71,7 +71,7 @@ void checkToRunUnderTool(int argc, char* const* argv) {
71
if (runUnderFilter != nullptr) {
72
assert(argc > 0);
73
std::string call = argv[0];
74
- for (auto i = 0; i < argc; ++i) {
+ for (auto i = 1; i < argc; ++i) {
75
call += ' ';
76
call += argv[i];
77
}
0 commit comments