alexfh added inline comments.
================
Comment at: clang-tidy/modernize/UseNullptrCheck.cpp:178
@@ -177,3 +177,3 @@
CastSequenceVisitor(ASTContext &Context,
SmallVector<StringRef, 1> UserNullMacros,
ClangTidyCheck &check)
----------------
Please use ArrayRef<StringRef> here and store it in the class.http://reviews.llvm.org/D12162 _______________________________________________ cfe-commits mailing list [email protected] http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
