Description
Is your feature request related to a problem? Please describe.
In Eclipse CDT Settings Section "Code Analysis" there is a wording for "blacklisted functions", and in my humble opinion it sounds to my ears rather negative for the black color - the black color is here used in a meaning that is exclusively negative - something to block or to forbid, and yes my feeling is that this wording is rather negative for the black color, even if similar wording would be as clear and understandable, like "this function is listed as blocked (i.e. is in a blocklist), or to be used-with-caution", or I think there are many other similar possible wordings;
Please don't see any offense in my request, I find the feature of showing some functions in CDT Editor as blocked or to be used-with-caution very useful, for example if we work with external libraries, it is just the wording that I think we could make better here.
Describe the solution you'd like
Replacement of the words which contain "blacklist" with an alternative and equivalent word, for example "is in a blocklist", or "is blocked", or "is to be used-with-caution"
Describe alternatives you've considered
Additional context
Searching the repository I found the following commit which introduced the Function Checker feature:
a159173
I will try to do the changes of the concerned files myself and then commit the modifications in git and submit a pull request, and I hope it is appropriate to first create the Feature request so that it can be mentioned in the commit comment when the changes will be done;