This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from f9ea87c3e3 [clang][ifs] New interface stubs format (llvm triple based). new 272b5247eb [clang][ifs] Dropping older experimental interface stub formats.
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/Frontend/FrontendActions.h | 13 -- include/clang/Frontend/FrontendOptions.h | 2 - lib/Driver/ToolChains/Clang.cpp | 27 +++-- lib/Frontend/CompilerInvocation.cpp | 37 +++--- lib/Frontend/InterfaceStubFunctionsConsumer.cpp | 133 +-------------------- lib/FrontendTool/ExecuteCompilerInvocation.cpp | 4 - test/InterfaceStubs/bad-format.cpp | 37 +++++- .../class-template-specialization.cpp | 4 +- test/InterfaceStubs/externstatic.c | 6 +- .../function-template-specialization.cpp | 6 +- test/InterfaceStubs/hidden-class-inheritance.cpp | 12 +- test/InterfaceStubs/inline.c | 14 +-- test/InterfaceStubs/object.cpp | 4 +- .../InterfaceStubs/template-namespace-function.cpp | 2 +- test/InterfaceStubs/virtual.cpp | 4 +- test/InterfaceStubs/visibility.cpp | 12 +- test/InterfaceStubs/weak.cpp | 14 +-- 17 files changed, 104 insertions(+), 227 deletions(-)