reserved identifier violation
I suggest to try the search pattern "\<_(?:(?:_(.*))|(A-Z+))" on source files. A couple of places will be found where names begin with two underscores or an underscore and an uppercase letter.
Examples:
This does not fit to the expected naming conventions of the C language standard if they are not used for a compiler implementation.
I suggest to try the search pattern "\<_(?:(?:_(.*))|(A-Z+))" on source files. A couple of places will be found where names begin with two underscores or an underscore and an uppercase letter.
Examples:
This does not fit to the expected naming conventions of the C language standard if they are not used for a compiler implementation.