[all-commits] [llvm/llvm-project] 7c009d: [PDB] Remove truncate* (NFC)
kazutakahirata via All-commits
all-commits at lists.llvm.org
Sun Jun 5 23:34:06 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7c009d2c312adb209e12f64accc8728bb6e34f67
https://github.com/llvm/llvm-project/commit/7c009d2c312adb209e12f64accc8728bb6e34f67
Author: Kazu Hirata <kazu at google.com>
Date: 2022-06-05 (Sun, 05 Jun 2022)
Changed paths:
M llvm/include/llvm/DebugInfo/PDB/Native/FormatUtil.h
M llvm/lib/DebugInfo/PDB/Native/FormatUtil.cpp
Log Message:
-----------
[PDB] Remove truncate* (NFC)
- truncateQuotedNameFront: The last use was removed on Jul 10, 2017 in
commit a9d944fd6fd19ac377b5ebea9272676642b7ceaa.
- truncateQuotedNameBack: The last use was removed on Mar 26, 2018 in
commit 7b84b678a993c8a8236868f65d1d4c2b3e29fb3d.
- truncateStringMiddle: The last use was removed on Mar 26, 2018 in
commit 7b84b678a993c8a8236868f65d1d4c2b3e29fb3d.
- truncateStringBack: The last use is in truncateQuotedNameBack being
removed above.
- truncateStringFront: The last use is in truncateQuotedNameFront
being removed above.
More information about the All-commits
mailing list