This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 75f1e8f006 [OPENMP]Allow to redefine entry for the variables definitions. new a36fd6c4b1 [Remarks] Add -foptimization-record-passes to filter remark [...]
The 1 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: include/clang/Basic/CodeGenOptions.h | 4 ++++ include/clang/Driver/CC1Options.td | 2 ++ include/clang/Driver/Options.td | 4 ++++ lib/CodeGen/BackendUtil.cpp | 1 + lib/CodeGen/CodeGenAction.cpp | 7 +++++++ lib/Driver/ToolChains/Clang.cpp | 8 ++++++++ lib/Driver/ToolChains/Darwin.cpp | 8 ++++++++ lib/Frontend/CompilerInvocation.cpp | 5 +++++ test/CodeGen/opt-record-MIR.c | 11 ++++++++--- test/CodeGen/opt-record.c | 5 ++++- test/Driver/darwin-ld.c | 4 ++++ test/Driver/opt-record.c | 9 +++++++++ 12 files changed, 64 insertions(+), 4 deletions(-)