[PATCH] D52334: [clang-tidy] Build it even without static analyzer
Jonas Toth via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Sep 22 06:35:22 PDT 2018
JonasToth added a comment.
>> Some of the clang-tidy stuff relies on Analysis/* from clang as well, e.g. the CFG class. Is this still included in builds with CSA off?
>
> The `Analysis` includes are ifdef'd out in the patch. Have you read the patch?
Yes I did read the patch. `bugprone-use-after-move` utilizes `CFG`, there is no ifdefing in `bugprone` module. Thats why I am curious if the `CFG` is still part of a clang-build if the CSA is deactivated.
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D52334
More information about the cfe-commits
mailing list