[PATCH] A new ADT: StringRefNulTerminated

Dmitri Gribenko gribozavr at gmail.com
Sat Feb 23 15:13:53 PST 2013


On Wed, Feb 20, 2013 at 11:40 PM, Dmitri Gribenko <gribozavr at gmail.com> wrote:
> I want to propose a new ADT: StringRefNulTerminated.

Here's a second version of the patch.  Changes include:

-- reworded documentation comment;
-- added an assert in the constructor template.

Please review!

Dmitri

-- 
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: string-ref-nul-terminated-v2.patch
Type: application/octet-stream
Size: 4039 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130224/b629a559/attachment.obj>


More information about the llvm-commits mailing list