Commit 019b5eb
committed
[llvm-project][Support] Ensure complete type DelimitedScope
JSONScopedPrinter has a std::unique_ptr<DelimitedScope> member and
defaulted constructor argument, so it needs a complete type. This
resolves one of the many build errors with C++23 using Clang.
Backport of llvm/llvm-project#1274591 parent 760ff54 commit 019b5eb
File tree
2 files changed
+8
-10
lines changed- interpreter/llvm-project
- llvm/include/llvm/Support
2 files changed
+8
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
Lines changed: 7 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
539 | 539 | | |
540 | 540 | | |
541 | 541 | | |
542 | | - | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
543 | 549 | | |
544 | 550 | | |
545 | 551 | | |
| |||
838 | 844 | | |
839 | 845 | | |
840 | 846 | | |
841 | | - | |
842 | | - | |
843 | | - | |
844 | | - | |
845 | | - | |
846 | | - | |
847 | | - | |
848 | | - | |
849 | 847 | | |
850 | 848 | | |
851 | 849 | | |
| |||
0 commit comments