This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from b5390863dd [clang-refactor] Use ClangTool more explicitly by making ref [...] new f31b02cad8 [CodeGen] split math and complex tests into separate files; NFCI
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: test/CodeGen/complex-builtins.c | 206 +++++++++++++++++++ test/CodeGen/complex-libcalls.c | 208 +++++++++++++++++++ test/CodeGen/{builtin-errno.c => math-builtins.c} | 221 +-------------------- test/CodeGen/{libcalls-errno.c => math-libcalls.c} | 208 +------------------ 4 files changed, 418 insertions(+), 425 deletions(-) create mode 100644 test/CodeGen/complex-builtins.c create mode 100644 test/CodeGen/complex-libcalls.c rename test/CodeGen/{builtin-errno.c => math-builtins.c} (70%) rename test/CodeGen/{libcalls-errno.c => math-libcalls.c} (68%)