[PATCH] D138964: Fixed a few spelling errors in clang/include/clang/StaticAnalyzer/Checkers/CheckerBase.td
Timm Bäder via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 29 22:50:01 PST 2022
tbaeder added inline comments.
================
Comment at: clang/include/clang/StaticAnalyzer/Checkers/CheckerBase.td:102
+/// Note that a checker has a name (e.g.: 'NullDereference'), and a full name,
+/// that is auto-generated with the help of the ParentPackage field, that also
/// includes package names (e.g.: 'core.NullDereference').
----------------
Sure that "name" and "fullname" here aren't actual field names in the code?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138964/new/
https://reviews.llvm.org/D138964
More information about the cfe-commits
mailing list