Commit ba59d7d
committed
[lldb][TypeSystemClang] Don't call getInjectedClassNameType when creating class template decls
This was a remnant of the type completion rework. But that was reverted, and this isn't necessary anymore (and removing it fixes the unit-test failure).
rdar://1598930451 parent 872b2ca commit ba59d7d
File tree
2 files changed
+1
-6
lines changed- lldb
- source/Plugins/TypeSystem/Clang
- unittests/Symbol
2 files changed
+1
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1640 | 1640 | | |
1641 | 1641 | | |
1642 | 1642 | | |
1643 | | - | |
1644 | | - | |
1645 | | - | |
1646 | 1643 | | |
1647 | 1644 | | |
1648 | 1645 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
685 | 685 | | |
686 | 686 | | |
687 | 687 | | |
688 | | - | |
689 | | - | |
690 | | - | |
| 688 | + | |
691 | 689 | | |
692 | 690 | | |
693 | 691 | | |
| |||
0 commit comments