Files
ldc/gen
Frits van Bommel 95c35225bb Don't print the entire declaration of the alliassee when ->toChars() is
called on an `AliasDeclaration`; just printing the name will do. This fixes
#305, which otherwise tries to generate
{{{
  class E {
      void A() {
          alias /* recurse into E->toCBuffer() */ m;
      }
  }
}}}
by way of an infinite recursion (causing a segfault when the stack runs out).
2009-05-20 16:20:59 +02:00
..
2009-05-16 13:50:44 +02:00
2008-10-06 22:54:08 +02:00
2009-04-15 20:06:25 +02:00
2009-04-15 20:06:25 +02:00
2008-10-06 22:54:08 +02:00
2009-03-12 20:37:27 +01:00
2009-04-12 12:52:01 +02:00
2009-05-07 15:33:06 +02:00
2009-05-07 15:33:06 +02:00
2009-03-29 19:19:32 +02:00
2009-05-17 16:31:23 +02:00
2009-05-17 04:41:10 +02:00
2009-05-17 04:41:10 +02:00
2009-05-02 11:58:50 +02:00
2009-04-25 18:26:54 +02:00