[PATCH] D92179: [clang-tidy] Catch more unwanted implicit conversions in performance-implicit-conversion-in-loop
Eugene Zelenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 26 06:59:45 PST 2020
Eugene.Zelenko added a comment.
Please mention renaming in Release Notes.
================
Comment at: clang-tools-extra/clang-tidy/performance/ImplicitConversionCheck.cpp:1
-//===--- ImplicitConversionInLoopCheck.cpp - clang-tidy--------------------===//
+//===--- ImplicitConversionCheck.cpp - clang-tidy--------------------------===//
//
----------------
Please use space after clang-tidy.
================
Comment at: clang-tools-extra/clang-tidy/performance/ImplicitConversionCheck.h:1
-//===--- ImplicitConversionInLoopCheck.h - clang-tidy------------*- C++ -*-===//
+//===--- ImplicitConversionCheck.h - clang-tidy------------*- C++ -*-===//
//
----------------
Please fix length and use space after clang-tidy.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92179/new/
https://reviews.llvm.org/D92179
More information about the cfe-commits
mailing list