Commit caeaaed
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#127459
TODO: needs a tag1 parent 1cbd33d commit caeaaed
File tree
1 file changed
+7
-9
lines changed- interpreter/llvm-project/llvm/include/llvm/Support
1 file changed
+7
-9
lines changedLines 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