[PATCH] D106101: [asan] Slightly modified the documentation.

2021-07-15 Thread Kirill Stoimenov via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG713949765614: [asan] Slightly modified the documentation. 
(authored by kstoimenov).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D106101/new/

https://reviews.llvm.org/D106101

Files:
  clang/docs/AddressSanitizer.rst


Index: clang/docs/AddressSanitizer.rst
===
--- clang/docs/AddressSanitizer.rst
+++ clang/docs/AddressSanitizer.rst
@@ -286,7 +286,7 @@
 run-time performance, which leads to increased binary size. Using the
 (clang flag ``-fsanitize-address-outline-instrumentation` default: ``false``)
 flag forces all code instumentation to be outlined, which reduces the size
-of the binary, but also reduces the run-time performace.
+of the generated code, but also reduces the run-time performace.
 
 Limitations
 ===


Index: clang/docs/AddressSanitizer.rst
===
--- clang/docs/AddressSanitizer.rst
+++ clang/docs/AddressSanitizer.rst
@@ -286,7 +286,7 @@
 run-time performance, which leads to increased binary size. Using the
 (clang flag ``-fsanitize-address-outline-instrumentation` default: ``false``)
 flag forces all code instumentation to be outlined, which reduces the size
-of the binary, but also reduces the run-time performace.
+of the generated code, but also reduces the run-time performace.
 
 Limitations
 ===
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits


[PATCH] D106101: [asan] Slightly modified the documentation.

2021-07-15 Thread Kostya Serebryany via Phabricator via cfe-commits
kcc accepted this revision.
kcc added a comment.
This revision is now accepted and ready to land.

LGTM


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D106101/new/

https://reviews.llvm.org/D106101

___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits


[PATCH] D106101: [asan] Slightly modified the documentation.

2021-07-15 Thread Kirill Stoimenov via Phabricator via cfe-commits
kstoimenov updated this revision to Diff 359130.
kstoimenov retitled this revision from "[asan] Slightly modified the 
documentation to check commit permissions." to "[asan] Slightly modified the 
documentation.".
kstoimenov edited the summary of this revision.
kstoimenov added a comment.

Updated patch name.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D106101/new/

https://reviews.llvm.org/D106101

Files:
  clang/docs/AddressSanitizer.rst


Index: clang/docs/AddressSanitizer.rst
===
--- clang/docs/AddressSanitizer.rst
+++ clang/docs/AddressSanitizer.rst
@@ -286,7 +286,7 @@
 run-time performance, which leads to increased binary size. Using the
 (clang flag ``-fsanitize-address-outline-instrumentation` default: ``false``)
 flag forces all code instumentation to be outlined, which reduces the size
-of the binary, but also reduces the run-time performace.
+of the generated code, but also reduces the run-time performace.
 
 Limitations
 ===


Index: clang/docs/AddressSanitizer.rst
===
--- clang/docs/AddressSanitizer.rst
+++ clang/docs/AddressSanitizer.rst
@@ -286,7 +286,7 @@
 run-time performance, which leads to increased binary size. Using the
 (clang flag ``-fsanitize-address-outline-instrumentation` default: ``false``)
 flag forces all code instumentation to be outlined, which reduces the size
-of the binary, but also reduces the run-time performace.
+of the generated code, but also reduces the run-time performace.
 
 Limitations
 ===
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits


[PATCH] D106101: [asan] Slightly modified the documentation to check commit permissions.

2021-07-15 Thread Kirill Stoimenov via Phabricator via cfe-commits
kstoimenov updated this revision to Diff 359129.
kstoimenov added a reviewer: kcc.
kstoimenov added a comment.

Add kcc as reviewer.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D106101/new/

https://reviews.llvm.org/D106101

Files:
  clang/docs/AddressSanitizer.rst


Index: clang/docs/AddressSanitizer.rst
===
--- clang/docs/AddressSanitizer.rst
+++ clang/docs/AddressSanitizer.rst
@@ -286,7 +286,7 @@
 run-time performance, which leads to increased binary size. Using the
 (clang flag ``-fsanitize-address-outline-instrumentation` default: ``false``)
 flag forces all code instumentation to be outlined, which reduces the size
-of the binary, but also reduces the run-time performace.
+of the generated code, but also reduces the run-time performace.
 
 Limitations
 ===


Index: clang/docs/AddressSanitizer.rst
===
--- clang/docs/AddressSanitizer.rst
+++ clang/docs/AddressSanitizer.rst
@@ -286,7 +286,7 @@
 run-time performance, which leads to increased binary size. Using the
 (clang flag ``-fsanitize-address-outline-instrumentation` default: ``false``)
 flag forces all code instumentation to be outlined, which reduces the size
-of the binary, but also reduces the run-time performace.
+of the generated code, but also reduces the run-time performace.
 
 Limitations
 ===
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits


[PATCH] D106101: [asan] Slightly modified the documentation to check commit permissions.

2021-07-15 Thread Kirill Stoimenov via Phabricator via cfe-commits
kstoimenov created this revision.
kstoimenov requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

Minor documentation change.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D106101

Files:
  clang/docs/AddressSanitizer.rst


Index: clang/docs/AddressSanitizer.rst
===
--- clang/docs/AddressSanitizer.rst
+++ clang/docs/AddressSanitizer.rst
@@ -286,7 +286,7 @@
 run-time performance, which leads to increased binary size. Using the
 (clang flag ``-fsanitize-address-outline-instrumentation` default: ``false``)
 flag forces all code instumentation to be outlined, which reduces the size
-of the binary, but also reduces the run-time performace.
+of the generated code, but also reduces the run-time performace.
 
 Limitations
 ===


Index: clang/docs/AddressSanitizer.rst
===
--- clang/docs/AddressSanitizer.rst
+++ clang/docs/AddressSanitizer.rst
@@ -286,7 +286,7 @@
 run-time performance, which leads to increased binary size. Using the
 (clang flag ``-fsanitize-address-outline-instrumentation` default: ``false``)
 flag forces all code instumentation to be outlined, which reduces the size
-of the binary, but also reduces the run-time performace.
+of the generated code, but also reduces the run-time performace.
 
 Limitations
 ===
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits