[PATCH] D12162: Remove reference.
Alexander Kornienko via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 19 10:41:39 PDT 2015
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
More information about the cfe-commits
mailing list