File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -132,10 +132,10 @@ Available checks are:
132
132
- ``-fsanitize=vla-bound ``: A variable-length array whose bound
133
133
does not evaluate to a positive value.
134
134
- ``-fsanitize=vptr ``: Use of an object whose vptr indicates that it is of
135
- the wrong dynamic type, or that its lifetime has not begun or has ended.
136
- Incompatible with ``-fno-rtti ``. Link must be performed by ``clang++ ``, not
137
- ``clang ``, to make sure C++-specific parts of the runtime library and C++
138
- standard libraries are present.
135
+ the wrong dynamic type, or that its lifetime has not begun or has ended.
136
+ Incompatible with ``-fno-rtti ``. Link must be performed by ``clang++ ``, not
137
+ ``clang ``, to make sure C++-specific parts of the runtime library and C++
138
+ standard libraries are present.
139
139
140
140
You can also use the following check groups:
141
141
- ``-fsanitize=undefined ``: All of the checks listed above other than
You can’t perform that action at this time.
0 commit comments