Enable -Wformat in sanitizer_common now that it's
cleaned up from existing warnings.
But disable it in all sanitizers for now since
they are not cleaned up yet, but inherit sanitizer_common CFLAGS.
Depends on D107980.
Paths
| Differential D107981
sanitizer_common: enable format string checking ClosedPublic Authored by dvyukov on Aug 12 2021, 11:19 AM.
Details Summary Enable -Wformat in sanitizer_common now that it's Depends on D107980.
Diff Detail
Event Timelinedvyukov added a child revision: D107982: msan: clean up and enable format string checking.Aug 12 2021, 11:19 AM This revision is now accepted and ready to land.Aug 12 2021, 12:52 PM This revision was landed with ongoing or failed builds.Aug 13 2021, 4:44 AM Closed by commit rG123c58ea26b4: sanitizer_common: enable format string checking (authored by dvyukov). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 366244 compiler-rt/CMakeLists.txt
compiler-rt/lib/asan/CMakeLists.txt
compiler-rt/lib/cfi/CMakeLists.txt
compiler-rt/lib/dfsan/CMakeLists.txt
compiler-rt/lib/hwasan/CMakeLists.txt
compiler-rt/lib/lsan/CMakeLists.txt
compiler-rt/lib/memprof/CMakeLists.txt
compiler-rt/lib/msan/CMakeLists.txt
compiler-rt/lib/scudo/CMakeLists.txt
compiler-rt/lib/tsan/CMakeLists.txt
compiler-rt/lib/ubsan/CMakeLists.txt
compiler-rt/lib/xray/CMakeLists.txt
|