This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository compiler-rt.
from 0f69c8b59 [CMake] Remove -stdlib= which is unused when passing -nostdinc++ new a42aefa82 Make detect_invalid_pointer_pairs option to be tristate.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/asan/asan_flags.inc | 6 ++-- lib/asan/asan_report.cc | 6 +++- .../Posix/invalid-pointer-pairs-threads.cc | 4 +-- .../invalid-pointer-pairs-compare-errors.cc | 2 +- .../invalid-pointer-pairs-compare-null.cc | 42 ++++++++++++++++++++++ .../invalid-pointer-pairs-compare-success.cc | 2 +- .../invalid-pointer-pairs-subtract-errors.cc | 2 +- .../invalid-pointer-pairs-subtract-success.cc | 2 +- 8 files changed, 56 insertions(+), 10 deletions(-) create mode 100644 test/asan/TestCases/invalid-pointer-pairs-compare-null.cc