================
Comment at: clang-tidy/misc/InaccurateEraseCheck.cpp:25
@@ +24,3 @@
+                                  .bind("InaccEndCall"))),
+            anything()));
+
----------------
It seems to work for, but I have some concerns. Is it guaranteed to work? Is 
there some kind of guaranteed matching/evaluating order or matcher priority? 
What is the idiomatic way to optionally match a construct?

http://reviews.llvm.org/D7496

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/



_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to