[cfe-commits] r172062 - in /cfe/trunk: lib/Driver/Tools.cpp test/Driver/mips-float.c
Dmitri Gribenko
gribozavr at gmail.com
Sat Jan 12 14:51:38 PST 2013
On Sat, Jan 12, 2013 at 11:17 PM, Dmitri Gribenko <gribozavr at gmail.com> wrote:
> On Sat, Jan 12, 2013 at 11:03 PM, Reed Kotler <rkotler at mips.com> wrote:
>> I'll try and see where it goes and update the docs.
>
> Thanks in advance!
>
> Most probably, there isn't a good place to put it right now, so it
> might go into a new document.
There's actually a good place:
docs/LanguageExtensions.rst, under "Target-Specific Extensions"
http://clang.llvm.org/docs/LanguageExtensions.html#target-specific-extensions
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