[PATCH] D13899: Fix bug in suggested fix that truncated variable names to 1 character.
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Sun Nov 1 13:53:04 PST 2015
aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.
LGTM!
================
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,
----------------
Are we preferring anonymous namespaces over static functions these days?
http://reviews.llvm.org/D13899
More information about the cfe-commits
mailing list