[PATCH] D58120: [Builtins] Treat `bcmp` as a builtin.

Clement Courbet via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 12 07:24:25 PST 2019


courbet created this revision.
courbet added a reviewer: jyknight.
Herald added a subscriber: kristina.
Herald added a project: clang.

This makes it consistent with `memcmp` and `__builtin_bcmp`.

Also see the discussion in https://reviews.llvm.org/D56593.


Repository:
  rC Clang

https://reviews.llvm.org/D58120

Files:
  include/clang/Basic/Builtins.def
  lib/AST/Decl.cpp
  lib/AST/ExprConstant.cpp
  lib/Sema/SemaChecking.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58120.186463.patch
Type: text/x-patch
Size: 4948 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190212/2024ce63/attachment-0001.bin>


More information about the cfe-commits mailing list