[PATCH] D19703: [clang-tidy] Improve misc-redundant-expression and decrease false-positive

Alexander Kornienko via cfe-commits cfe-commits at lists.llvm.org
Wed May 11 01:30:17 PDT 2016


alexfh requested changes to this revision.
This revision now requires changes to proceed.

================
Comment at: clang-tidy/misc/RedundantExpressionCheck.cpp:27
@@ +26,3 @@
+
+static void ParseMacroNames(StringRef Option,
+                            std::vector<std::string> *Result) {
----------------
Now that you have pulled an API for this, I'll wait until you update this patch.


http://reviews.llvm.org/D19703





More information about the cfe-commits mailing list