[PATCH] D52727: [clang-tidy] White List Option for performance-unnecessary-value-param, performance-unnecessary-copy-initialization and performance-for-range-copy

Roman Lebedev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 4 06:05:47 PDT 2018


lebedev.ri added inline comments.


================
Comment at: clang-tidy/utils/Matchers.cpp:1
+//===--- Matchers.cpp - clang-tidy-----------------------------------------===//
+//
----------------
Also, why is this not in a header?
I suspect that heavily pessimizes inlining.


https://reviews.llvm.org/D52727





More information about the cfe-commits mailing list