[cfe-commits] [PATCH] C1X: generic selections, static asserts

Peter Collingbourne peter at pcc.me.uk
Wed Mar 16 12:16:40 PDT 2011


This patch series implements support for C1X generic selections
and static assertions.

As an extension, generic selection support has been added for all
supported languages.  The syntax is the same as for C1X, except that
the keyword is "__generic".

OK to commit?
-- 
Peter
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-C1X-add-a-language-standard.patch
Type: text/x-diff
Size: 8139 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110316/9e4554e5/attachment.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-C1X-implement-generic-selections.patch
Type: text/x-diff
Size: 66015 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110316/9e4554e5/attachment-0001.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-C1X-implement-static-asserts.patch
Type: text/x-diff
Size: 4541 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110316/9e4554e5/attachment-0002.patch>


More information about the cfe-commits mailing list