Explain asan parameters in params.def (PR sanitizer/79635).
authorMartin Liska <mliska@suse.cz>
Wed, 25 Jul 2018 08:02:53 +0000 (10:02 +0200)
committerMartin Liska <marxin@gcc.gnu.org>
Wed, 25 Jul 2018 08:02:53 +0000 (08:02 +0000)
2018-07-25  Martin Liska  <mliska@suse.cz>

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

From-SVN: r262959

gcc/ChangeLog
gcc/params.def

index ee4b212..fcbaefe 100644 (file)
@@ -1,3 +1,9 @@
+2018-07-25  Martin Liska  <mliska@suse.cz>
+
+        PR sanitizer/79635
+       * params.def: Explain ASan abbreviation and provide
+        a documentation link.
+
 2018-07-24  Martin Sebor  <msebor@redhat.com>
 
        PR tree-optimization/86622
index df3a06b..6bedeb5 100644 (file)
@@ -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.",