This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 3ee1fe728c [MSVC] Automatically add atlmfc folder to include and libpath. new c677d420e1 Add -fgnuc-version= to control __GNUC__ and other GCC macros new 726918e196 Fix __builtin_assume_aligned with too large values.
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: docs/ReleaseNotes.rst | 5 +- docs/UsersManual.rst | 7 ++ include/clang/Basic/DiagnosticSemaKinds.td | 4 + include/clang/Basic/LangOptions.def | 1 + include/clang/Driver/Options.td | 3 + lib/CodeGen/CGBuiltin.cpp | 3 +- lib/CodeGen/CGCall.cpp | 2 +- lib/CodeGen/CGExprScalar.cpp | 3 +- lib/CodeGen/CGStmtOpenMP.cpp | 9 +- lib/CodeGen/CodeGenFunction.cpp | 17 +--- lib/CodeGen/CodeGenFunction.h | 7 +- lib/Driver/ToolChains/Clang.cpp | 33 +++++-- lib/Frontend/CompilerInvocation.cpp | 16 ++++ lib/Frontend/InitPreprocessor.cpp | 34 ++++--- lib/Sema/SemaChecking.cpp | 10 +++ test/Driver/fgnuc-version.c | 26 ++++++ test/Driver/rewrite-legacy-objc.m | 6 +- test/Driver/rewrite-objc.m | 2 +- test/Frontend/gnu-inline.c | 12 +-- test/Headers/stdbool.cpp | 8 +- test/Preprocessor/init.c | 140 ++++++++++++++--------------- test/Sema/atomic-ops.c | 2 +- test/Sema/builtin-assume-aligned.c | 4 + 23 files changed, 218 insertions(+), 136 deletions(-) create mode 100644 test/Driver/fgnuc-version.c