[clang] [hmaptool] Fix for empty prefixes and suffixes (PR #102571)

2024-08-08 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Shoaib Meenai (smeenai) Changes The previous logic could fail in some edge cases. --- Full diff: https://github.com/llvm/llvm-project/pull/102571.diff 1 Files Affected: - (modified) clang/utils/hmaptool/hmaptool (+5-2) ``dif

[clang] [hmaptool] Fix for empty prefixes and suffixes (PR #102571)

2024-08-08 Thread Shoaib Meenai via cfe-commits
https://github.com/smeenai created https://github.com/llvm/llvm-project/pull/102571 The previous logic could fail in some edge cases. >From 28297fc4e0b3b21990f1d614115b8eb946989479 Mon Sep 17 00:00:00 2001 From: Shoaib Meenai Date: Wed, 13 Dec 2023 18:59:25 -0800 Subject: [PATCH] [hmaptool] F