kda updated this revision to Diff 399352.
kda added a comment.
Herald added subscribers: luke957, s.egerton, simoncook.
add param usage test
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116701/new/
https://reviews.llvm.org/D116701
Files:
clang/
kda added a comment.
PTAL
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116701/new/
https://reviews.llvm.org/D116701
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin
kda updated this revision to Diff 399347.
kda added a comment.
Correcting diff.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116701/new/
https://reviews.llvm.org/D116701
Files:
clang/include/clang/Driver/SanitizerArgs.h
clang/lib/CodeGen/Back
kda updated this revision to Diff 399345.
kda added a comment.
Herald added subscribers: Sanitizers, ormris, dexonsmith, dang.
Herald added a project: Sanitizers.
enable eager-checks in llvm via flag (-fsanitize-memory-param-retval).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTI
vitalybuka added a comment.
>> Implementation of flag introduced in https://reviews.llvm.org/D116633
It's not implementation, the goal of -sanitize-memory-param-retval to setup
Msan pass with proper parameters
This part usability improvement to avoid one flag, which I slightly like, but
@eugeni
kda created this revision.
kda added a reviewer: vitalybuka.
kda requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Implementation of flag introduced in https://reviews.llvm.org/D116633
Repository:
rG LLVM Github Monorepo
https://reviews.