Tested both on x86_64 and i686 with GCC and I verified there are no new warnings when building with Clang.
Details
Diff Detail
Unit Tests
| Time | Test | |
|---|---|---|
| 4,520 ms | x64 debian > libFuzzer.libFuzzer::fork-ubsan.test |
Event Timeline
Please clang-format
Maybe you also want to remove COMPILER_RT_HAS_WNO_FORMAT_PEDANTIC, with this patch it's almost clean
| compiler-rt/lib/asan/asan_descriptions.cpp | ||
|---|---|---|
| 321 | please format | |
clang-format: please reformat the code
- Printf("Address %p is located in the %s area.\n", (void *)addr, ShadowNames[kind]); + Printf("Address %p is located in the %s area.\n", (void *)addr, + ShadowNames[kind]);