This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 275c00020c Remove bogus check for template specialization from self-com [...] new 5f4a0b2d56 [Driver] Add flag enabling the function stack size section t [...]
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/Driver/Options.td | 4 ++++ include/clang/Frontend/CodeGenOptions.def | 1 + lib/CodeGen/BackendUtil.cpp | 1 + lib/Driver/ToolChains/Clang.cpp | 4 ++++ lib/Frontend/CompilerInvocation.cpp | 2 ++ test/CodeGen/stack-size-section.c | 7 +++++++ test/Driver/stack-size-section.c | 9 +++++++++ 7 files changed, 28 insertions(+) create mode 100644 test/CodeGen/stack-size-section.c create mode 100644 test/Driver/stack-size-section.c