[PATCH] D51258: Extract parseBindID method
Manuel Klimek via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 27 01:11:00 PDT 2018
klimek added inline comments.
================
Comment at: lib/ASTMatchers/Dynamic/Parser.cpp:362
+bool Parser::parseBindID(std::string &BindID, TokenInfo &CloseToken) {
+ // Parse .bind("foo")
----------------
CloseToken seems to not be used afterwards either here or in the follow-up patch?
Repository:
rC Clang
https://reviews.llvm.org/D51258
More information about the cfe-commits
mailing list