[PATCH] D144522: [clang-tidy] Add readability-operators-representation check
Carlos Galvez via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 31 06:09:24 PDT 2023
carlosgalvezp accepted this revision.
carlosgalvezp added a comment.
This revision is now accepted and ready to land.
LGTM, thanks for the check! Please fix the missing space comment before landing.
================
Comment at: clang-tools-extra/clang-tidy/readability/OperatorsRepresentationCheck.h:17
+
+/// Enforcesconsistent token representation for invoked binary, unary
+/// and overloaded operators in C++ code.
----------------
Missing space
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144522/new/
https://reviews.llvm.org/D144522
More information about the cfe-commits
mailing list