[PATCH] D17488: Extend UnnecessaryCopyInitialization check to trigger on non-const copies that can be safely converted to const references.
Alexander Kornienko via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 1 17:39:09 PST 2016
alexfh added inline comments.
================
Comment at: clang-tidy/utils/FixItHintUtils.cpp:2
@@ +1,3 @@
+//===--- FixItHintUtils.cpp -
+// clang-tidy---------------------------------------===//
+//
----------------
Please fix the line break.
http://reviews.llvm.org/D17488
More information about the cfe-commits
mailing list