[PATCH] D152436: [clang][analyzer] Move checker alpha.unix.StdCLibraryFunctions out of alpha.

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 21 13:21:26 PDT 2023


NoQ added a comment.

Uh-oh, looks like I'm not paying nearly enough attention to this discussion (sorry about that!!)

I'm somewhat skeptical of the decision made in D151225 <https://reviews.llvm.org/D151225> because the entire reason I originally implemented `StdCLibraryFunctions` was to deal with false positives I was seeing. It was really valuable even without the bug-finding part. So I really wish we could find some way to keep bug-finding and modeling separate.

I haven't read the entire discussion though, I need to catch up 😓


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152436



More information about the cfe-commits mailing list