In this section:
The Decltype node has been added to the C/C++ dictionary. See Decltype for usage.
The IsDefaultValue property has been added to the C/C++ dictionary. See IsDefaultValue for usage.
The IsThreadLocal property has been added to the C/C++ dictionary. See IsThreadLocal for usage.
The IsValueInitialized property has been added to the C/C++ dictionary. See IsValueInitialized for usage.
The HasStaticInitializer property has been added to the C/C++ dictionary. See HasStaticInitializer for usage.
The Init property from the C/C++ dictionary is now supported for the if
and switch
nodes. See Init property for usage.
The Attributes property from the C/C++ dictionary is now supported for the statements
nodes. See Attributes property for usage.
The OperatorName property from the C/C++ dictionary is now supported for the a.b
, a->b
, a.*b
, a->*b
nodes. See OperatorName property for usage.
The IsBuiltin
property from the C/C++ dictionary is now supported for types. See IsBuiltin property for usage.
The InitializerInClass
property has been added to the C/C++ dictionary. See InitializerInClass for usage.
The IsBraceNotationCast
property has been added to the C/C++ dictionary. See IsBraceNotationCast for usage.