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
[sanitizer-common] sanitizer_common unit tests need -std=c++17
Currently, sanitizer_array_ref_test requires -std=c++17 or newer,
due to is_trivially_copyable_v. This adds -std=c++17 to the
list of CFLAGS used for compiling sanitizer_common tests.
0 commit comments