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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits