[PATCH] D116701: Respect -fsanitize-memory-param-retval flag.

2022-01-12 Thread Kevin Athey via Phabricator via cfe-commits
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/

[PATCH] D116701: Respect -fsanitize-memory-param-retval flag.

2022-01-12 Thread Kevin Athey via Phabricator via cfe-commits
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

[PATCH] D116701: Respect -fsanitize-memory-param-retval flag.

2022-01-12 Thread Kevin Athey via Phabricator via cfe-commits
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

[PATCH] D116701: Respect -fsanitize-memory-param-retval flag.

2022-01-12 Thread Kevin Athey via Phabricator via cfe-commits
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

[PATCH] D116701: Respect -fsanitize-memory-param-retval flag.

2022-01-06 Thread Vitaly Buka via Phabricator via cfe-commits
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

[PATCH] D116701: Respect -fsanitize-memory-param-retval flag.

2022-01-05 Thread Kevin Athey via Phabricator via cfe-commits
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.