[clang] [Frontend] Use StringRef::ends_with (NFC) (PR #135988)

2025-04-16 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata closed https://github.com/llvm/llvm-project/pull/135988 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Frontend] Use StringRef::ends_with (NFC) (PR #135988)

2025-04-16 Thread Jakub Kuderski via cfe-commits
https://github.com/kuhar approved this pull request. https://github.com/llvm/llvm-project/pull/135988 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Frontend] Use StringRef::ends_with (NFC) (PR #135988)

2025-04-16 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Kazu Hirata (kazutakahirata) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/135988.diff 1 Files Affected: - (modified) clang/lib/Frontend/InitPreprocessor.cpp (+1-1) ``diff diff --git a/clang/lib/Frontend/I

[clang] [Frontend] Use StringRef::ends_with (NFC) (PR #135988)

2025-04-16 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata created https://github.com/llvm/llvm-project/pull/135988 None >From 3edcc619a046381e65027257bb6f3f821cfa7b95 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Wed, 16 Apr 2025 09:41:33 -0700 Subject: [PATCH] [Frontend] Use StringRef::ends_with (NFC) --- clang