This patch responds to a comment from @vitalybuka in D96203: suggestion to
do the change incrementally, and start by modifying this file name. I modified
the file name and made the other changes that follow from that rename.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/lib/Basic/SanitizerBlacklist.cpp | ||
---|---|---|
1 | Probably a good idea to move the file clang/lib/Basic/SanitizerBlacklist.cpp at the same time as its header clang/include/clang/Basic/SanitizerBlacklist.h; then you won't be fighting clang-format on this. |
clang/lib/Basic/SanitizerBlacklist.cpp | ||
---|---|---|
1 | Oh, right, I didn't noticed that. It needs to be fixed. |
clang/lib/Basic/SanitizerBlacklist.cpp | ||
---|---|---|
1 | Oops, good catch, thanks |
Comment Actions
What do you recommend as next steps, incrementally? Is there more clarity about option names?