Disabled by default as this is still an experimental feature.
This is the clang side of https://reviews.llvm.org/D59220
Details
Details
- Reviewers
rsmith filcab wristow gbedwell kcc probinson thakis riccibruno - Commits
- rG1e39fc1faa5d: [asan] Add gcc 8's driver option -fsanitize=pointer-compare and…
rC358285: [asan] Add gcc 8's driver option -fsanitize=pointer-compare and…
rL358285: [asan] Add gcc 8's driver option -fsanitize=pointer-compare and…
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Seems like harmless plumbing. Given that the LLVM side of this is accepted, this lgtm.
test/Driver/fsanitize.c | ||
---|---|---|
893 | Should some of these be {{[^"}*}} instead of {{.*}} so that the match isn't accidentally across different flags? |
test/Driver/fsanitize.c | ||
---|---|---|
893 | Yes I should add one for the first check. Will add it thanks! |
Should some of these be {{[^"}*}} instead of {{.*}} so that the match isn't accidentally across different flags?