This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from d4298b95a4 Revert "[Remarks] Add -foptimization-record-passes to filter [...] new 41572cdade Reland "[Remarks] Add -foptimization-record-passes to filter [...] new 6efa0a5616 [NFC][clang][PCH][ObjC] Add some missing `VisitStmt(S);`
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: 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 +++++ lib/Serialization/ASTReaderStmt.cpp | 6 +++--- lib/Serialization/ASTWriterStmt.cpp | 6 ++++++ 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 +++++++++ 14 files changed, 73 insertions(+), 7 deletions(-)