public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: "Martin Liška" <mliska@suse.cz>
To: gcc-patches@gcc.gnu.org
Subject: [PATCH] Explain asan parameters in params.def (PR sanitizer/79635).
Date: Tue, 24 Jul 2018 12:18:00 -0000	[thread overview]
Message-ID: <c27a05db-7e25-0054-8676-71628a0477ec@suse.cz> (raw)

[-- 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.",


             reply	other threads:[~2018-07-24 12:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-24 12:18 Martin Liška [this message]
2018-07-24 21:50 ` Jeff Law

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c27a05db-7e25-0054-8676-71628a0477ec@suse.cz \
    --to=mliska@suse.cz \
    --cc=gcc-patches@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).