[llvm-commits] [llvm-gcc-4.2] r53456 - in /llvm-gcc-4.2/trunk/gcc/cp: cp-tree.h decl2.c lex.c pt.c

Chris Lattner clattner at apple.com
Fri Jul 11 09:34:11 PDT 2008


On Jul 11, 2008, at 7:56 AM, Rafael Espindola wrote:

> Author: rafael
> Date: Fri Jul 11 09:56:49 2008
> New Revision: 53456
>
> URL: http://llvm.org/viewvc/llvm-project?rev=53456&view=rev
> Log:
> port
> http://gcc.gnu.org/viewcvs?view=rev&revision=127716
>
> 2007-08-22  Jason Merrill  <jason at redhat.com>
>
>       PR c++/29365
>       * pt.c (outermost_tinst_level): New function.
>       * lex.c (in_main_input_context): New function.
>       * cp-tree.h: Declare it.
>       * decl2.c (constrain_class_visibility): Use it to avoid warning
>       about uses of the anonymous namespace in the main input file.

Hi Rafael,

Was this before or after the 4.2 branch converted to GPL3?

-Chris



More information about the llvm-commits mailing list