summaryrefslogtreecommitdiff
path: root/tools/set_analyzer_env.sh
AgeCommit message (Collapse)Author
2019-04-01tool/set_analyzer_env: disable implicit-integer-truncationJames Zern
with clang-7 this causes additional warnings in x86 intrinsics and elsewhere. disabling for now to unblock new changes. BUG=webm:1615 Change-Id: Ide9cacee5547ed432f980f6804e1414f32639121
2019-03-14set_analyzer_env.sh: improve cfi diagnosticsJames Zern
use -fno-sanitize-trap=cfi to allow a diagnostic to be printed rather than aborting with a SIGILL. https://clang.llvm.org/docs/ControlFlowIntegrity.html#trapping-and-diagnostics Change-Id: I4517cafe3c7b7305ba4845dbadf9fb679c686843
2018-09-26add cfi sanitizerJohann
Change-Id: I4262bb631c248ad188f09a37d774d1759695b0d7
2018-03-29helper script for sanitizer testingJohann
source tools/set_analyzer_env.sh <sanitizer> will set the compiler, flag, and sanitizer variables necessary to build and run a variety of sanitizers. Change-Id: I5dd2ae947cb337d5ccf2a11e9fe87991bc8ba0c8