3 Commits

Author SHA1 Message Date
Piotr Zegar
26078f33bd [clang-tidy][NFC] Fix cppcoreguidelines-missing-std-forward findings
Fix issues found by clang-tidy in clang-tidy source directory.
2023-08-27 11:59:03 +00:00
Kazu Hirata
cebdf206ca [clang-tidy] Use StringRef::contains (NFC) 2023-04-10 23:33:47 -07:00
Piotr Zegar
a084854266 [clang-tidy] Add readability-operators-representation check
Check helps enforce consistent token representation for binary, unary and
overloaded operators in C++ code. The check supports both traditional and
alternative representations of operators.

Reviewed By: carlosgalvezp

Differential Revision: https://reviews.llvm.org/D144522
2023-03-31 16:07:16 +00:00