public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Explain asan parameters in params.def (PR sanitizer/79635).
@ 2018-07-24 12:18 Martin Liška
  2018-07-24 21:50 ` Jeff Law
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Liška @ 2018-07-24 12:18 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 335 bytes --]

Hi.

That's simple patch that improves documentation as requested
in the PR.

Ready for trunk?
Martin

gcc/ChangeLog:

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

        PR sanitizer/79635
	* params.def: Explain ASan abbreviation and provide
        a documentation link.
---
 gcc/params.def | 2 ++
 1 file changed, 2 insertions(+)



[-- Attachment #2: 0001-Explain-asan-parameters-in-params.def-PR-sanitizer-7.patch --]
[-- Type: text/x-patch, Size: 415 bytes --]

diff --git a/gcc/params.def b/gcc/params.def
index df3a06b5d9d..6bedeb5aa2b 100644
--- a/gcc/params.def
+++ b/gcc/params.def
@@ -1189,6 +1189,8 @@ DEFPARAM (PARAM_MAX_SLSR_CANDIDATE_SCAN,
 	  "strength reduction.",
 	  50, 1, 999999)
 
+/* ASan stands for AddressSanitizer: https://github.com/google/sanitizers.  */
+
 DEFPARAM (PARAM_ASAN_STACK,
          "asan-stack",
          "Enable asan stack protection.",


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Explain asan parameters in params.def (PR sanitizer/79635).
  2018-07-24 12:18 [PATCH] Explain asan parameters in params.def (PR sanitizer/79635) Martin Liška
@ 2018-07-24 21:50 ` Jeff Law
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Law @ 2018-07-24 21:50 UTC (permalink / raw)
  To: Martin Liška, gcc-patches

On 07/24/2018 06:18 AM, Martin Liška wrote:
> Hi.
> 
> That's simple patch that improves documentation as requested
> in the PR.
> 
> Ready for trunk?
> Martin
> 
> gcc/ChangeLog:
> 
> 2018-07-24  Martin Liska  <mliska@suse.cz>
> 
>         PR sanitizer/79635
> 	* params.def: Explain ASan abbreviation and provide
>         a documentation link.
> ---
>  gcc/params.def | 2 ++
>  1 file changed, 2 insertions(+)
> 
> 
OK
jeff

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-07-24 21:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-24 12:18 [PATCH] Explain asan parameters in params.def (PR sanitizer/79635) Martin Liška
2018-07-24 21:50 ` Jeff Law

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).