Commit abde937
committed
[lldb] Gardening in IOHandlerCurses (NFC)
- Remove _ap (auto_ptr) suffix with _up (unique_ptr) suffix
- Move forward declaration from IOHandler.h to IOHandlerCursesGUI.h
- Move curses namespace under lldb_private
Motivated by Alex' comment in llvm#126630.
(cherry picked from commit 776fa2d)1 parent a926ee7 commit abde937
File tree
3 files changed
+15
-15
lines changed- lldb
- include/lldb/Core
- source/Core
3 files changed
+15
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | 35 | | |
41 | 36 | | |
42 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
15 | 18 | | |
16 | 19 | | |
17 | 20 | | |
| |||
34 | 37 | | |
35 | 38 | | |
36 | 39 | | |
37 | | - | |
| 40 | + | |
38 | 41 | | |
39 | 42 | | |
40 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| 97 | + | |
97 | 98 | | |
98 | 99 | | |
99 | 100 | | |
| |||
4479 | 4480 | | |
4480 | 4481 | | |
4481 | 4482 | | |
| 4483 | + | |
4482 | 4484 | | |
4483 | | - | |
| 4485 | + | |
4484 | 4486 | | |
4485 | 4487 | | |
4486 | 4488 | | |
| |||
7571 | 7573 | | |
7572 | 7574 | | |
7573 | 7575 | | |
7574 | | - | |
7575 | | - | |
| 7576 | + | |
| 7577 | + | |
7576 | 7578 | | |
7577 | 7579 | | |
7578 | 7580 | | |
7579 | | - | |
| 7581 | + | |
7580 | 7582 | | |
7581 | 7583 | | |
7582 | 7584 | | |
| |||
7650 | 7652 | | |
7651 | 7653 | | |
7652 | 7654 | | |
7653 | | - | |
7654 | | - | |
| 7655 | + | |
| 7656 | + | |
7655 | 7657 | | |
7656 | 7658 | | |
7657 | 7659 | | |
| |||
7732 | 7734 | | |
7733 | 7735 | | |
7734 | 7736 | | |
7735 | | - | |
| 7737 | + | |
7736 | 7738 | | |
7737 | 7739 | | |
7738 | | - | |
| 7740 | + | |
7739 | 7741 | | |
7740 | 7742 | | |
7741 | 7743 | | |
| |||
7750 | 7752 | | |
7751 | 7753 | | |
7752 | 7754 | | |
7753 | | - | |
| 7755 | + | |
7754 | 7756 | | |
7755 | 7757 | | |
7756 | 7758 | | |
0 commit comments