This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 02d25f33f5 Defer adding keywords to the identifier table until after th [...] new 3857ab3c9e Limit types of builtins that can be redeclared.
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/AST/ASTContext.h | 4 ++++ include/clang/Basic/Builtins.h | 11 +++++++++++ include/clang/Basic/DiagnosticSemaKinds.td | 1 + lib/AST/ASTContext.cpp | 4 ++++ lib/Basic/Builtins.cpp | 7 +++++++ lib/Sema/SemaDecl.cpp | 8 ++++++++ lib/Sema/SemaOverload.cpp | 7 +++++++ test/Sema/builtin-redecl.cpp | 18 ++++++++++++++++++ 8 files changed, 60 insertions(+) create mode 100644 test/Sema/builtin-redecl.cpp