sbenza added inline comments. ================ Comment at: clang-tidy/misc/UnusedParametersCheck.cpp:25 @@ +24,3 @@ +template <typename T> +static CharSourceRange removeNode(const MatchFinder::MatchResult &Result, + const T *PrevNode, const T *Node, ---------------- aaron.ballman wrote: > Are we preferring anonymous namespaces over static functions these days? I didn't know there was a preference. I usually do anon namespaces, but these functions were already here as static.
http://reviews.llvm.org/D13899 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits