File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -199,8 +199,8 @@ if (SANITIZE)
199
199
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-omit-frame-pointer -fsanitize=address -fsanitize-address-use-after-scope" )
200
200
elseif (sanitizer STREQUAL "undefined" )
201
201
# The following flags not used by fuzzer but used by us may create problems, so consider
202
- # disabling them: alignment, pointer-overflow, unsigned-shift-base .
203
- # Flags are alphabetically sorted
202
+ # disabling them: alignment, pointer-overflow.
203
+ # Flags are alphabetically sorted and are for clang v10.0
204
204
list (APPEND undefinedSanitizerChecks
205
205
alignment
206
206
array-bounds
@@ -218,7 +218,6 @@ if (SANITIZE)
218
218
shift
219
219
signed-integer-overflow
220
220
unsigned-integer-overflow
221
- unsigned-shift-base
222
221
unreachable
223
222
vla-bound
224
223
vptr
You can’t perform that action at this time.
0 commit comments