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 0e0b98e commit d86f204Copy full SHA for d86f204
src/attributes.cpp
@@ -1481,7 +1481,6 @@ namespace attributes {
1481
std::string argsText = signature.substr(beginParenLoc + 1,
1482
endParenLoc-beginParenLoc-1);
1483
std::vector<std::string> args = parseArguments(argsText);
1484
- for(auto arg: args)
1485
for (std::vector<std::string>::const_iterator it =
1486
args.begin(); it != args.end(); ++it) {
1487
0 commit comments