| commit | 2b9b4642904e0022792488b76722d5aab385062e | [log] [tgz] |
|---|---|---|
| author | Douglas Gregor <dgregor@apple.com> | Tue Sep 13 01:26:44 2011 +0000 |
| committer | Douglas Gregor <dgregor@apple.com> | Tue Sep 13 01:26:44 2011 +0000 |
| tree | 08b55aa34700477c133cef44510483ed86b8f887 | |
| parent | 7313a648e96c2691f57ef0866d0febb599af99cd [diff] |
When compiling a module on-demand, re-use the diagnostics client already provided. This required a little bit of clean-up in the way that VerifyDiagnosticsClient managed ownership of its underlying "primary" client, because now it will no longer always take ownership. llvm-svn: 139570