This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 0247c68cef [clang][CodeGen] Remove std::move on temporary new 978bbd3821 [Remarks] Extend -fsave-optimization-record to specify the format new e8d5d8988e Various improvements to Clang MSVC Visualizer
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: docs/UsersManual.rst | 18 ++- include/clang/Basic/CodeGenOptions.h | 3 + include/clang/Basic/DiagnosticDriverKinds.td | 2 + include/clang/Driver/CC1Options.td | 2 + include/clang/Driver/Options.td | 2 + lib/CodeGen/BackendUtil.cpp | 1 + lib/CodeGen/CodeGenAction.cpp | 5 + lib/Driver/ToolChains/Clang.cpp | 8 ++ lib/Driver/ToolChains/Darwin.cpp | 9 ++ lib/Frontend/CompilerInvocation.cpp | 5 + test/CodeGen/opt-record-MIR.c | 2 + test/CodeGen/opt-record.c | 5 + test/Driver/darwin-ld.c | 4 + test/Driver/opt-record.c | 8 ++ utils/ClangVisualizers/clang.natvis | 181 ++++++++++++++++++++++----- 15 files changed, 218 insertions(+), 37 deletions(-)