You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clang/docs/RealtimeSanitizer.rst
+2-2
Original file line number
Diff line number
Diff line change
@@ -187,7 +187,7 @@ A **partial** list of flags RealtimeSanitizer respects:
187
187
* - ``abort_on_error``
188
188
- OS dependent
189
189
- boolean
190
-
- If true, the tool calls ``abort()`` instead of ``_exit()`` after printing the error report. On some OSes (MacOS, for exmple) this is beneficial because a better stack trace is emitted on crash.
190
+
- If true, the tool calls ``abort()`` instead of ``_exit()`` after printing the error report. On some OSes (MacOS, for example) this is beneficial because a better stack trace is emitted on crash.
191
191
* - ``symbolize``
192
192
- ``true``
193
193
- boolean
@@ -279,7 +279,7 @@ In general, ``ScopedDisabler`` should be preferred, as it is the most performant
279
279
- Run-time
280
280
- Stack
281
281
- High
282
-
- Suppresses any stack trace contaning the specified pattern.
282
+
- Suppresses any stack trace containing the specified pattern.
Copy file name to clipboardExpand all lines: clang/docs/analyzer/user-docs/Installation.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ Packaged builds for other platforms may eventually be provided, but we need volu
28
28
[Legacy] Using Packaged Builds
29
29
------------------------------
30
30
31
-
To use the legacy pacakge builds, simply unpack it anywhere. If the build archive has the name **``checker-XXX.tar.bz2``** then the archive will expand to a directory called **``checker-XXX``**. You do not need to place this directory or the contents of this directory in any special place. Uninstalling the analyzer is as simple as deleting this directory.
31
+
To use the legacy package builds, simply unpack it anywhere. If the build archive has the name **``checker-XXX.tar.bz2``** then the archive will expand to a directory called **``checker-XXX``**. You do not need to place this directory or the contents of this directory in any special place. Uninstalling the analyzer is as simple as deleting this directory.
32
32
33
33
Most of the files in the **``checker-XXX``** directory will be supporting files for the analyzer that you can simply ignore. Most users will only care about two files, which are located at the top of the **``checker-XXX``** directory:
0 commit comments