diff options
author | Vitaly Buka <vitalybuka@google.com> | 2024-01-18 12:25:32 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-18 12:25:32 -0800 |
commit | ecd47811b755d13357085bcd7519a66d6c4d8e5c (patch) | |
tree | 67457ab309811eac45f68248c9d7aed34bddedb5 /clang/unittests/Interpreter/InterpreterTest.cpp | |
parent | c82b7fddfcbd6adfae4faf324a453fb8652efa91 (diff) | |
download | llvm-ecd47811b755d13357085bcd7519a66d6c4d8e5c.zip llvm-ecd47811b755d13357085bcd7519a66d6c4d8e5c.tar.gz llvm-ecd47811b755d13357085bcd7519a66d6c4d8e5c.tar.bz2 |
[sanitizer] Skip /include/c++/ from summary (#78534)
std:: usually is not a cause of the bug.
We now display
```
SUMMARY: AddressSanitizer: allocation-size-too-big path/to/allocator_returns_null.cpp:92:7 in main
```
instead of
```
SUMMARY: AddressSanitizer: allocation-size-too-big /usr/lib/../include/c++/13/bits/new_allocator.h:147:27 in std::__new_allocator<char>::allocate(unsigned long, void const*)
```
`/include/c++/` matches both libc++ and libstdc++ include paths.
Diffstat (limited to 'clang/unittests/Interpreter/InterpreterTest.cpp')
0 files changed, 0 insertions, 0 deletions