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)

Is constexpr also in your plans for Juno?

-sergey

On Fri, May 4, 2012 at 12:50 AM, Schorn, Markus <Markus.Schorn@xxxxxxxxxxxxx> wrote:

Hi,

I have added support for the null pointer constant (https://bugs.eclipse.org/bugs/show_bug.cgi?id=327298) . For that I have extended the API:

New keyword:

+        Keywords.NULLPTR

+        Keywords.cNULLPTR

+        IToken.t_nullptr

New literal _expression_:

+        IASTLiteralExpression. lk_nullptr

New Type:

+        IBasicType.Kind.eNullPtr

 

Markus.


_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev



Back to the top