[PATCH] D138964: Fixed a few spelling errors in clang/include/clang/StaticAnalyzer/Checkers/CheckerBase.td

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 29 18:38:37 PST 2022


NoQ added a comment.

Nice, thanks!

For non-trivial patches it's recommended to include full diff context via `-U999999` (https://llvm.org/docs/Phabricator.html#requesting-a-review-via-the-web-interface) so that reviewers could easily see what does the surrounding code do.



================
Comment at: clang/include/clang/StaticAnalyzer/Checkers/CheckerBase.td:30
 
-/// Alpha entries are under development, might be incomplet, inkorrekt and
 /// unstable.
----------------
This one's probably intentional!


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