summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/ubsan/ubsan_flags.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [UBSan] Do not overwrite the default print_summary sanitizer option.Max Moroz2019-09-091-1/+0
| | | | | | | | | | | | | | | | | | | | | Summary: This option is true by default in sanitizer common. The default false value was added a while ago without any reasoning in https://github.com/llvm-mirror/compiler-rt/commit/524e934112a593ac081bf2b05aa0d60a67987f05 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
* compiler-rt: Rename .cc files in lib/ubsan to .cpp.Nico Weber2019-07-311-0/+85
See https://reviews.llvm.org/D58620 for discussion, and for the commands I ran. In addition I also ran for f in $(svn diff | diffstat | grep .cc | cut -f 2 -d ' '); do rg $f . ; done and manually updated references to renamed files found by that. llvm-svn: 367452
OpenPOWER on IntegriCloud