[PATCH] D51258: Extract parseBindID method
Stephen Kelly via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 30 16:24:12 PDT 2018
steveire marked an inline comment as done.
steveire added inline comments.
================
Comment at: lib/ASTMatchers/Dynamic/Parser.cpp:362
+bool Parser::parseBindID(std::string &BindID, TokenInfo &CloseToken) {
+ // Parse .bind("foo")
----------------
klimek wrote:
> CloseToken seems to not be used afterwards either here or in the follow-up patch?
Good catch, thanks. Fixed before committing.
Repository:
rL LLVM
https://reviews.llvm.org/D51258
More information about the llvm-commits
mailing list