This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 799f997a14 Fix use-after-free found by address-san on -r322028. new 1955fd01bd Added Control Flow Protection Flag
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/DiagnosticCommonKinds.td | 2 ++ include/clang/Basic/TargetInfo.h | 12 ++++++++++++ include/clang/Driver/Options.td | 5 +++++ include/clang/Frontend/CodeGenOptions.def | 5 ++++- lib/Basic/Targets/X86.cpp | 20 ++++++++++++++++++++ lib/Basic/Targets/X86.h | 6 ++++++ lib/CodeGen/CodeGenFunction.cpp | 3 ++- lib/CodeGen/CodeGenModule.cpp | 14 ++++++++++++++ lib/Driver/ToolChains/Clang.cpp | 5 +++++ lib/Frontend/CompilerInvocation.cpp | 15 +++++++++++++++ test/CodeGen/x86-cf-protection.c | 6 ++++++ test/Driver/clang_f_opts.c | 14 ++++++++++++++ 12 files changed, 105 insertions(+), 2 deletions(-) create mode 100644 test/CodeGen/x86-cf-protection.c