Commit 68da27a
committed
[COMGR][Cache] In executeCommand use the stream passed by parameter to initialize the DiagnosticPrinter
executeCommand is the function that will get cached. To capture the
error-stream, the cache passes a raw_string_ostream in place of the error stream
in as the LogS parameter.
co-authored by anjenner and jmmartinez
Change-Id: I93c4afa7595f63475f9c95dec3129731449f92281 parent 6cc4746 commit 68da27a
1 file changed
+7
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
644 | 644 | | |
645 | 645 | | |
646 | 646 | | |
647 | | - | |
648 | | - | |
| 647 | + | |
| 648 | + | |
| 649 | + | |
| 650 | + | |
| 651 | + | |
649 | 652 | | |
650 | 653 | | |
651 | 654 | | |
| |||
677 | 680 | | |
678 | 681 | | |
679 | 682 | | |
680 | | - | |
| 683 | + | |
681 | 684 | | |
682 | 685 | | |
683 | 686 | | |
| |||
766 | 769 | | |
767 | 770 | | |
768 | 771 | | |
769 | | - | |
| 772 | + | |
770 | 773 | | |
771 | 774 | | |
772 | 775 | | |
| |||
0 commit comments