[PATCH] D122150: [clang][analyzer] Add checker for bad use of 'errno'.

Balázs Kéri via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 8 02:36:38 PDT 2022


balazske added inline comments.


================
Comment at: clang/include/clang/StaticAnalyzer/Checkers/Checkers.td:558
+                  InAlpha,
+                  Hide>, // ??
+  ]>,
----------------
steakhal wrote:
> I think we have 'Hidden', but not 'Hide'.
> It means that it is a modeling checker. Any checker that emits diagnostics, should **not** be marked 'Hidden'.
This "Hide" applies for the option, not for the checker. It was copied from another place. I am not sure if it must be used here.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D122150/new/

https://reviews.llvm.org/D122150



More information about the cfe-commits mailing list