| commit | 4a190fe62f58eeaa9b996665e27b4d8898b140a7 | [log] [tgz] |
|---|---|---|
| author | George Karpenkov <ekarpenkov@apple.com> | Tue Jan 23 19:28:52 2018 +0000 |
| committer | George Karpenkov <ekarpenkov@apple.com> | Tue Jan 23 19:28:52 2018 +0000 |
| tree | d9e05be5794a782fb50682ae986cbd6b7b5fb06b | |
| parent | 7c540debf27e725a6f50b88264b8f682827670e7 [diff] |
[analyzer] Show full analyzer invocation for reproducibility in HTML reports Analyzing problems which appear in scan-build results can be very difficult, as after the launch no exact invocation is stored, and it's super-hard to launch the debugger. With this patch, the exact analyzer invocation appears in the footer, and can be copied to debug/check reproducibility/etc. rdar://35980230 llvm-svn: 323245