| Re: [cdt-dev] Extended API to add support for nullptr (C++11) |
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