[cfe-dev] Standalone tools
Dmitri Gribenko
gribozavr at gmail.com
Sun Apr 27 07:31:53 PDT 2014
On Sun, Apr 27, 2014 at 3:09 PM, Jacob Carlborg <doob at me.com> wrote:
> It would be nice if the header files could be embedded in the tool (the
> executable).
Now that Clang has a VFS, this should not be hard to implement.
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-dev
mailing list