llvm-project/compiler-rt/lib/dfsan
Dmitry Vyukov 123c58ea26 sanitizer_common: enable format string checking
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.

Reviewed By: vitalybuka

Differential Revision: https://reviews.llvm.org/D107981
2021-08-13 13:44:52 +02:00
..
scripts [dfsan] Updated check_custom_wrappers.sh to dedup function names 2021-03-15 19:12:08 +00:00
.clang-format Revert "sanitizers: increase .clang-format columns to 100" 2021-07-28 09:40:21 +02:00
CMakeLists.txt sanitizer_common: enable format string checking 2021-08-13 13:44:52 +02:00
dfsan.cpp [dfsan] Expose dfsan_get_track_origins to get origin tracking status 2021-06-29 20:32:39 +00:00
dfsan.h [sanitizer] Remove cpplint annotations 2021-07-30 18:20:40 -07:00
dfsan.syms.extra [dfsan] Propagate origins for callsites 2021-02-26 19:12:03 +00:00
dfsan_allocator.cpp [DFSan] Change shadow and origin memory layouts to match MSan. 2021-06-25 17:00:38 -07:00
dfsan_allocator.h [dfsan] Add a DFSan allocator 2021-05-05 00:51:45 +00:00
dfsan_chained_origin_depot.cpp [dfsan] Add origin chain utils 2021-02-11 19:10:11 +00:00
dfsan_chained_origin_depot.h [dfsan] Add origin chain utils 2021-02-11 19:10:11 +00:00
dfsan_custom.cpp [sanitizer] Remove cpplint annotations 2021-07-30 18:20:40 -07:00
dfsan_flags.h [dfsan] Add origin chain utils 2021-02-11 19:10:11 +00:00
dfsan_flags.inc [dfsan] Make warn_unimplemented off by default 2021-07-22 21:45:41 +00:00
dfsan_interceptors.cpp [sanitizer] Remove cpplint annotations 2021-07-30 18:20:40 -07:00
dfsan_new_delete.cpp [dfsan] Use the sanitizer allocator to reduce memory cost 2021-06-06 22:09:31 +00:00
dfsan_origin.h [dfsan] Add origin chain utils 2021-02-11 19:10:11 +00:00
dfsan_platform.h [DFSan] Change shadow and origin memory layouts to match MSan. 2021-06-25 17:00:38 -07:00
dfsan_thread.cpp [dfsan] Add a DFSan allocator 2021-05-05 00:51:45 +00:00
dfsan_thread.h [dfsan] Add a DFSan allocator 2021-05-05 00:51:45 +00:00
done_abilist.txt Revert D106195 "[dfsan] Add wrappers for v*printf functions" 2021-07-24 08:53:48 +00:00
libc_ubuntu1404_abilist.txt