Replace variable and functions names, as well as comments that contain whitelist with
more inclusive terms.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thank you for this! Mostly just bikeshedding on names (allowlist as a verb sounds weird to me), feel free to take or leave the suggestions. LG aside from the formatting nits.
clang/lib/StaticAnalyzer/Checkers/EnumCastOutOfRangeChecker.cpp | ||
---|---|---|
96–97 | ||
clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp | ||
1191–1199 | ||
clang/lib/StaticAnalyzer/Checkers/VforkChecker.cpp | ||
12 | ||
53–54 | ||
96–97 | Also, should fix the clang-format issue. | |
183–184 | ||
188–189 | Might as well handle this formatting issue. |
Comment Actions
Thanks @ZarkoCA, LGTM, but please address the sensible changes advised by Aaron. And thanks @aaron.ballman for the review!
Comment Actions
Yes, it didn't seem that right to me either but thought I'd get the ball rolling with something for now. Thanks for the suggestions, it looks much better to me now.