Prazek marked 4 inline comments as done.

================
Comment at: clang-tidy/modernize/UseEmplaceCheck.cpp:29
@@ +28,3 @@
+  auto callPushBack =
+      cxxMemberCallExpr(hasDeclaration(functionDecl(hasName(PushBackName))),
+                        on(hasType(cxxRecordDecl(hasName(VectorName)))))
----------------
I don't think so. In all checks people use lowerCamelCase, because it looks 
like a real matchers


http://reviews.llvm.org/D20964



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

Reply via email to