[PATCH] D19062: Add functions in ctype.h to builtin function database (Fix)

Taewook Oh via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 27 22:59:48 PDT 2016


twoh updated this revision to Diff 55377.
twoh added a comment.

Addressing comments from @joerg. Two versions of the test provided, one for an architecture with signed char(x86_64) and the other for an architecture with unsigned char(powerpc64).


http://reviews.llvm.org/D19062

Files:
  include/clang/Basic/Builtins.def
  include/clang/Basic/Builtins.h
  lib/Sema/SemaDecl.cpp
  test/FixIt/typo.m
  test/Sema/enable_if.c
  test/Sema/libbuiltins-ctype-powerpc64.c
  test/Sema/libbuiltins-ctype-x86_64.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19062.55377.patch
Type: text/x-patch
Size: 83368 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160428/d256bb07/attachment-0001.bin>


More information about the cfe-commits mailing list