Home
last modified time | relevance | path

Searched refs:ComparisonBinaryOperator (Results 1 – 1 of 1) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DSuspiciousStringCompareCheck.cpp86 const auto ComparisonBinaryOperator = binaryOperator(isComparisonOperator()); in registerMatchers() local
88 expr(anyOf(ComparisonUnaryOperator, ComparisonBinaryOperator)); in registerMatchers()