alexfh added a comment.

Thank you! One comment inline.



================
Comment at: clang-tidy/modernize/UseEmplaceCheck.cpp:23
 
+AST_MATCHER(CXXStdInitializerListExpr, cxxStdInitializerListExpr) {
+  return true;
----------------
This should be a node matcher rather than a narrowing matcher, and it should be 
placed to ASTMatchers.h, if there is no such matcher already.


https://reviews.llvm.org/D32767



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

Reply via email to