[cfe-dev] [GSoC] Remote-compiling programs with Clang
Dmitri Gribenko
gribozavr at gmail.com
Sat Mar 2 06:47:17 PST 2013
On Sat, Mar 2, 2013 at 4:21 PM, Denis Steckelmacher <steckdenis at yahoo.fr> wrote:
> The difference between modules and simple order-dependent include files interests me greatly. Where can I find more information about the development status of modules ? Is there already any repository where I can find some code to play with ?
It is in trunk. Look for commits from Douglas Gregor that have
"modules" in the commit log. He also gave an awesome talk during the
dev meeting [1].
[1] http://llvm.org/devmtg/2012-11/
--
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