This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 9d9b33c898 Do not try to remove invisible Decls from DeclContext new 4fb03d7680 This patch aims to match the changes introduced in gcc by ht [...]
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: docs/ClangCommandLineReference.rst | 2 -- include/clang/Basic/DiagnosticCommonKinds.td | 2 ++ include/clang/Basic/TargetInfo.h | 8 ++------ include/clang/Driver/Options.td | 2 -- lib/Basic/TargetInfo.cpp | 13 +++++++++++++ lib/Basic/Targets/X86.cpp | 25 ------------------------- lib/Basic/Targets/X86.h | 10 +++++++--- lib/Frontend/CompilerInvocation.cpp | 11 +++++++++++ test/CodeGen/attributes.c | 2 +- test/CodeGen/builtins-x86.c | 4 ++-- test/CodeGen/x86-cf-protection.c | 10 ++++++---- test/Driver/x86-target-features.c | 5 ----- test/Preprocessor/x86_target_features.c | 4 ---- test/Sema/attr-nocf_check.c | 2 +- test/Sema/attr-nocf_check.cpp | 2 +- 15 files changed, 46 insertions(+), 56 deletions(-)