[PATCH] D52390: [analyzer] StackSizeChecker

Umann Kristóf via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 24 13:44:46 PDT 2018


Szelethus added a comment.

One important thing I forgot, that you cant rely on `ProgramState` due to tidy's constraints. Btw, how do you plan to make this into a tidy checker? To me it seems like it would amplify the already existing false positive issues (if I understand your currect way of thinking correctly).


Repository:
  rC Clang

https://reviews.llvm.org/D52390





More information about the cfe-commits mailing list