Bug 79635 - Explain to translators what "asan" means
Summary: Explain to translators what "asan" means
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: sanitizer (show other bugs)
Version: 7.0
: P3 normal
Target Milestone: ---
Assignee: Martin Liška
URL:
Keywords: documentation
Depends on:
Blocks:
 
Reported: 2017-02-20 17:49 UTC by Roland Illig
Modified: 2018-07-25 08:06 UTC (History)
3 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed: 2018-07-24 00:00:00


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Roland Illig 2017-02-20 17:49:41 UTC
As a translator, I have no idea what "asan" in params.def means. It should be defined somewhere where it can easily be found by translators.

If "asan" is an abbreviation, why is it not spelled in uppercase letters?
Comment 1 Andrew Pinski 2017-02-20 17:52:54 UTC
asan is short for address sanitizer; aka -fsantize=address option.
Comment 2 Roland Illig 2017-02-20 22:44:23 UTC
Thanks for that info. Could you add this as a comment to the params.def file, just above the first appearance of the word "asan"?
Comment 3 Jonathan Wakely 2017-02-21 11:09:31 UTC
Should those strings say ASan not asan? I believe that's how the abbreviation is stylised.

https://en.wikipedia.org/wiki/AddressSanitizer
Comment 4 Martin Liška 2018-07-24 11:52:49 UTC
Let me take it..
Comment 5 Martin Liška 2018-07-25 08:03:27 UTC
Author: marxin
Date: Wed Jul 25 08:02:53 2018
New Revision: 262959

URL: https://gcc.gnu.org/viewcvs?rev=262959&root=gcc&view=rev
Log:
Explain asan parameters in params.def (PR sanitizer/79635).

2018-07-25  Martin Liska  <mliska@suse.cz>

        PR sanitizer/79635
	* params.def: Explain ASan abbreviation and provide
        a documentation link.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/params.def
Comment 6 Martin Liška 2018-07-25 08:06:20 UTC
Fixed.