[PATCH] D52390: [analyzer] Add StackSizeChecker to StaticAnalyzer

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 1 18:22:44 PDT 2018


NoQ added a subscriber: rsmith.
NoQ added a comment.

In https://reviews.llvm.org/D52390#1251526, @NoQ wrote:

> I approve moving the visitor into `lib/Analysis`. That's indeed the library into which we dump all static analysis that is not specific to Static Analyzer.


@rsmith disagrees though, and he has a point: http://lists.llvm.org/pipermail/cfe-commits/Week-of-Mon-20181001/245294.html

Let's keep this in `lib/StaticAnalyzer` then!


Repository:
  rC Clang

https://reviews.llvm.org/D52390





More information about the cfe-commits mailing list