This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from dfe2be4 Fix the doc extraction script to work with hasAnyName and wit [...] new ce6d6c2 Add the Pure attribute to C99 builtin functions from ctype.h. [...]
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/Builtins.def | 17 + include/clang/Basic/Builtins.h | 9 +- lib/Sema/SemaDecl.cpp | 544 ++++++++++++++++---------------- test/FixIt/typo.m | 2 - test/Sema/enable_if.c | 4 +- test/Sema/libbuiltins-ctype-powerpc64.c | 65 ++++ test/Sema/libbuiltins-ctype-x86_64.c | 65 ++++ 7 files changed, 429 insertions(+), 277 deletions(-) create mode 100644 test/Sema/libbuiltins-ctype-powerpc64.c create mode 100644 test/Sema/libbuiltins-ctype-x86_64.c