r292558 - Add documentation for constexpr string builtin support.

Richard Smith via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 23 10:29:00 PST 2017


On 22 January 2017 at 07:57, Kim Gräsman <kim.grasman at gmail.com> wrote:

> Hi Richard,
>
> On Fri, Jan 20, 2017 at 1:58 AM, Richard Smith via cfe-commits
> <cfe-commits at lists.llvm.org> wrote:
> >
> > +String builtins
> > +---------------
> > +
> > +Clang provides constant expression evaluation support for builtins
> forms of
> > +the following functions from the C standard library ``<strings.h>``
> header:
> > +
> > +* ``memchr``
> > +* ``memcmp``
> > +* ``strchr``
>
> This should say ``<string.h>``, right?


Yes, thanks, fixed in r292811.


>
> - Kim
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170123/a55e9fdd/attachment.html>


More information about the cfe-commits mailing list