Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
c45c48bd
Commit
c45c48bd
authored
Jan 08, 2009
by
Roberto Raggi
Browse files
Return true if we can recognize an objc-identifier-list.
parent
0f4e2458
Changes
1
Hide whitespace changes
Inline
Side-by-side
shared/cplusplus/Parser.cpp
View file @
c45c48bd
...
...
@@ -3376,6 +3376,7 @@ bool Parser::parseObjCIdentifierList(IdentifierListAST *&node)
*
it
=
id
;
}
}
return
true
;
}
return
false
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment