hfinkel added a comment.
In http://reviews.llvm.org/D16482#343177, @arsenm wrote:
> r259671.
>
> Should I put some documentation for these somewhere?
> docs/LanguageExtensions.rst seems to be the place, but it only has a random
> subset of the current builtins.
My impression is that we priori
arsenm closed this revision.
arsenm added a comment.
r259671.
Should I put some documentation for these somewhere?
docs/LanguageExtensions.rst seems to be the place, but it only has a random
subset of the current builtins.
http://reviews.llvm.org/D16482
hfinkel added a subscriber: hfinkel.
hfinkel accepted this revision.
hfinkel added a reviewer: hfinkel.
hfinkel added a comment.
This revision is now accepted and ready to land.
LGTM.
http://reviews.llvm.org/D16482
___
cfe-commits mailing list
cfe-c
arsenm created this revision.
arsenm added a reviewer: jmolloy.
arsenm added a subscriber: cfe-commits.
Follow the naming convention that bswap uses since it's a
similar sort of operation.
http://reviews.llvm.org/D16482
Files:
include/clang/Basic/Builtins.def
lib/CodeGen/CGBuiltin.cpp
test