clang usage examples

Dmitri Gribenko gribozavr at gmail.com
Wed Feb 6 03:44:32 PST 2013


On Wed, Feb 6, 2013 at 12:37 PM, Laszlo Nagy
<rizsotto.mailinglist at gmail.com> wrote:
> Hi,
>
> a week ago Sean was hinted me to collect projects which are build on top of
> clang. Here comes my initial patch for such a page. Which is not more than a
> bunch of links. Please review or suggest content or suggest narrative for
> such page.

Adding something like "Clang is more than a compiler; its
library-based approach allows creation of different kinds of tools
that process C++ code." would be good enough, IMHO.

+=======================================
+External projects built on top of clang
+=======================================

Please spell Clang with a capital 'C'.

+List of examples
+----------------

'List of projects and tools' might be better.

I don't know if 'ClangAcrossTheNet' is a good title, maybe
'ClangBasedExternalProjects'?

LGTM.

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>*/



More information about the cfe-commits mailing list