Commit 49e8c86
committed
[memprof] Use ListSeparator (NFC)
ListSeparator from StringExtras.h is essentially the same as
FieldSeparator being removed in this patch. ListSeparator returns the
empty string on the first use via "operator StringRef()". It returns
", " on subsequent uses.1 parent f65a21a commit 49e8c86
1 file changed
+2
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
896 | 896 | | |
897 | 897 | | |
898 | 898 | | |
899 | | - | |
900 | | - | |
901 | | - | |
902 | | - | |
903 | | - | |
904 | | - | |
905 | | - | |
906 | | - | |
907 | | - | |
908 | | - | |
909 | | - | |
910 | | - | |
911 | | - | |
912 | | - | |
913 | | - | |
914 | 899 | | |
915 | 900 | | |
916 | 901 | | |
| |||
2784 | 2769 | | |
2785 | 2770 | | |
2786 | 2771 | | |
2787 | | - | |
| 2772 | + | |
2788 | 2773 | | |
2789 | | - | |
| 2774 | + | |
2790 | 2775 | | |
2791 | 2776 | | |
2792 | 2777 | | |
| |||
0 commit comments