This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 8708abc NFC: CodeCompletionResult's constructor should take const NamedDecl new 541e738 Move x86-64 builtins from SemaChecking.cpp to BuiltinsX86_64.def
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/BuiltinsX86.def | 43 ------------------------ include/clang/Basic/BuiltinsX86_64.def | 48 +++++++++++++++++++++++++++ lib/Basic/Targets.cpp | 2 ++ lib/Sema/SemaChecking.cpp | 58 -------------------------------- test/CodeGen/builtins-x86-disabled.c | 22 ------------- test/Sema/builtins-x86_64.c | 60 ++++++++++++++++++++++++++++++++++ 6 files changed, 110 insertions(+), 123 deletions(-) delete mode 100644 test/CodeGen/builtins-x86-disabled.c create mode 100644 test/Sema/builtins-x86_64.c