[PATCH] D96203: [clang][patch] Modify sanitizer options names: renaming blacklist to blocklist
Melanie Blower via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 18 10:05:39 PST 2021
mibintc added inline comments.
================
Comment at: clang/include/clang/Basic/SanitizerBlacklist.h:20
#include <memory>
#include <vector>
----------------
vitalybuka wrote:
> This file should go into a separate patch. It touches multiple files with simple changes but unlikely will case rollback.
> It's unrelated to most critical change in Options.td which may need some discussion.
> Options.td so I am ready accept such changes here changes ASAP.
I changed the filename in this patch, https://reviews.llvm.org/D96974
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96203/new/
https://reviews.llvm.org/D96203
More information about the cfe-commits
mailing list