llvm-project/compiler-rt/lib/ubsan
Max Moroz 9508738cd1 [UBSan] Do not overwrite the default print_summary sanitizer option.
Summary:
This option is true by default in sanitizer common. The default
false value was added a while ago without any reasoning in
524e934112

so, presumably it's safe to remove for consistency.

Reviewers: hctim, samsonov, morehouse, kcc, vitalybuka

Reviewed By: hctim, samsonov, vitalybuka

Subscribers: delcypher, #sanitizers, llvm-commits, kcc

Tags: #llvm, #sanitizers

Differential Revision: https://reviews.llvm.org/D67193

llvm-svn: 371442
2019-09-09 19:30:48 +00:00
..
CMakeLists.txt compiler-rt: Rename .cc files in lib/ubsan to .cpp. 2019-07-31 17:51:05 +00:00
ubsan.syms.extra
ubsan_checks.inc Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ubsan_diag.cpp compiler-rt: Rename .cc files in lib/ubsan to .cpp. 2019-07-31 17:51:05 +00:00
ubsan_diag.h [NFC][Sanitizer] Pull up GetStackTrace into sanitizer_common 2019-02-27 22:16:02 +00:00
ubsan_diag_standalone.cpp compiler-rt: Rename .cc files in lib/ubsan to .cpp. 2019-07-31 17:51:05 +00:00
ubsan_flags.cpp [UBSan] Do not overwrite the default print_summary sanitizer option. 2019-09-09 19:30:48 +00:00
ubsan_flags.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ubsan_flags.inc Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ubsan_handlers.cpp compiler-rt: Rename .cc files in lib/ubsan to .cpp. 2019-07-31 17:51:05 +00:00
ubsan_handlers.h Adapt -fsanitize=function to SANITIZER_NON_UNIQUE_TYPEINFO 2019-05-02 06:40:33 +00:00
ubsan_handlers_cxx.cpp compiler-rt: Rename .cc files in lib/ubsan to .cpp. 2019-07-31 17:51:05 +00:00
ubsan_handlers_cxx.h Finish "Adapt -fsanitize=function to SANITIZER_NON_UNIQUE_TYPEINFO" 2019-07-16 06:23:27 +00:00
ubsan_init.cpp compiler-rt: Rename .cc files in lib/ubsan to .cpp. 2019-07-31 17:51:05 +00:00
ubsan_init.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ubsan_init_standalone.cpp compiler-rt: Rename .cc files in lib/ubsan to .cpp. 2019-07-31 17:51:05 +00:00
ubsan_init_standalone_preinit.cpp compiler-rt: Rename .cc files in lib/ubsan to .cpp. 2019-07-31 17:51:05 +00:00
ubsan_interface.inc Finish "Adapt -fsanitize=function to SANITIZER_NON_UNIQUE_TYPEINFO" 2019-07-16 06:23:27 +00:00
ubsan_monitor.cpp compiler-rt: Rename .cc files in lib/ubsan to .cpp. 2019-07-31 17:51:05 +00:00
ubsan_monitor.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ubsan_platform.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ubsan_signals_standalone.cpp compiler-rt: Rename .cc files in lib/ubsan to .cpp. 2019-07-31 17:51:05 +00:00
ubsan_signals_standalone.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ubsan_type_hash.cpp Remove a few straggler ".cc"s in compiler-rt/lib 2019-08-01 17:53:25 +00:00
ubsan_type_hash.h Adapt -fsanitize=function to SANITIZER_NON_UNIQUE_TYPEINFO 2019-05-02 06:40:33 +00:00
ubsan_type_hash_itanium.cpp compiler-rt: Rename .cc files in lib/ubsan to .cpp. 2019-07-31 17:51:05 +00:00
ubsan_type_hash_win.cpp compiler-rt: Rename .cc files in lib/ubsan to .cpp. 2019-07-31 17:51:05 +00:00
ubsan_value.cpp compiler-rt: Rename .cc files in lib/ubsan to .cpp. 2019-07-31 17:51:05 +00:00
ubsan_value.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ubsan_win_dll_thunk.cpp compiler-rt: Rename .cc files in lib/ubsan to .cpp. 2019-07-31 17:51:05 +00:00
ubsan_win_dynamic_runtime_thunk.cpp compiler-rt: Rename .cc files in lib/ubsan to .cpp. 2019-07-31 17:51:05 +00:00
ubsan_win_weak_interception.cpp compiler-rt: Rename .cc files in lib/ubsan to .cpp. 2019-07-31 17:51:05 +00:00
weak_symbols.txt Enable weak hooks on darwin 2017-01-09 03:51:42 +00:00