File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ Improvements to clang-tidy
132132 when run over C files. If ``-std `` is not specified, it defaults to
133133 ``c99-or-later ``.
134134
135- - :program: `clang-tidy ` no longer attemps to analyze code from system headers
135+ - :program: `clang-tidy ` no longer attempts to analyze code from system headers
136136 by default, greatly improving performance. This behavior is disabled if the
137137 `SystemHeaders ` option is enabled.
138138
@@ -340,7 +340,7 @@ Changes in existing checks
340340
341341- Improved :doc: `misc-const-correctness
342342 <clang-tidy/checks/misc/const-correctness>` check to avoid false
343- positives when pointers is tranferred to non-const references
343+ positives when pointers is transferred to non-const references
344344 and avoid false positives of function pointer.
345345
346346- Improved :doc: `misc-header-include-cycle
You can’t perform that action at this time.
0 commit comments