Change the error message to use ignorelist, and changed some variable and function
names in related code and test.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Generally lg. I find the word "allowlist" (and to a lesser level also "ignorelist") a bit awkward; imho you can often make things more clear by rephrasing things away from "foolist". A few suggestions along those lines below.
clang/include/clang/AST/CommentHTMLTags.td | ||
---|---|---|
55 | "Define a list of…" | |
58–59 | "This should be a list of attributes that _are_ safe. When making this change, don't forget…" | |
clang/include/clang/Basic/DiagnosticASTKinds.td | ||
570–571 | s/a/an/ | |
571 | "is ignored" |
"Define a list of…"