Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Extended API to add support for nullptr (C++11)

> On Fri, May 4, 2012 at 12:50 AM, Schorn, Markus  
> <Markus.Schorn@xxxxxxxxxxxxx<mailto:Markus.Schorn@xxxxxxxxxxxxx>>  
> wrote: 
>  
> Hi, 
>  
> I have added support for the null pointer constant  
> (https://bugs.eclipse.org/bugs/show_bug.cgi?id=327298)

Nice - thanks Markus!

> From: eclipse.sprigogin@xxxxxxxxx 
>  
> Is constexpr also in your plans for Juno? 
>  
> -sergey 

+1

Even if complete support for constexpr (such as being evaluate to
evaluate constexpr functions) is too much work for Juno, perhaps
it would be possible to add just syntax-level support (i.e. have
the parser recognize constexpr in the contexts where it can appear,
and then just ignore it)? I think that should be sufficient to allow
CDT to parse GCC 4.6 standard library headers, which would be nice
progress for Juno.

Regards,
Nate
 		 	   		  

Back to the top