aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests/Format/ConfigParseTest.cpp
diff options
context:
space:
mode:
authorNicolas van Kempen <nvankemp@gmail.com>2024-10-11 21:00:38 -0400
committerGitHub <noreply@github.com>2024-10-11 21:00:38 -0400
commitf1367a473d9682a058c7f8c397ed2a787d071826 (patch)
tree8275eedde616fbb58e77825d63a1905a4793ec53 /clang/unittests/Format/ConfigParseTest.cpp
parent6d4edf2f75f7ec09420f18f7806f480f5b090b40 (diff)
downloadllvm-f1367a473d9682a058c7f8c397ed2a787d071826.zip
llvm-f1367a473d9682a058c7f8c397ed2a787d071826.tar.gz
llvm-f1367a473d9682a058c7f8c397ed2a787d071826.tar.bz2
[clang-tidy][modernize-use-starts-ends-with] Add support for two ends_with patterns (#110448)
Add support for the following two patterns: ``` haystack.compare(haystack.length() - needle.length(), needle.length(), needle) == 0; haystack.rfind(needle) == (haystack.size() - needle.size()); ```
Diffstat (limited to 'clang/unittests/Format/ConfigParseTest.cpp')
0 files changed, 0 insertions, 0 deletions