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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to