Optionally parsing a userAttribute "USER_ATTRIBUTE" in declaration and Optionally parsing type_qualifier an type specifier before cast expression in the assignment_expression
Previously the Moritz tool could not parse when we have user specific attribute in the declaration eg. static int array[10] USER_ATTRIBUTE; (Here USER_ATTRIBUTE is a Macro) will now be able to parse.
Similary in code MACRO(const int variable = 0); is not parsed before and now it can be parsed.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Previously the Moritz tool could not parse when we have user specific attribute in the declaration eg. static int array[10] USER_ATTRIBUTE; (Here USER_ATTRIBUTE is a Macro) will now be able to parse.
Similary in code MACRO(const int variable = 0); is not parsed before and now it can be parsed.
Hello Hariharan Mari.
To be honest I don't understand your comment.
Do you have now an issue or not?
Your description suggests that you break the syntax-rules in the source by using preprocessor defines.
If you still have an issue, please provide a small example to reproduce it.
Best regards,
Eckard Klotz.