[PATCH] D68093: [clang-scan-deps][static analyzer] Support for clang --analyze in scan-deps

Jan Korous via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 7 14:18:04 PDT 2019


jkorous marked an inline comment as done.
jkorous added inline comments.


================
Comment at: clang/include/clang/Driver/CC1Options.td:849
   HelpText<"include a detailed record of preprocessing actions">;
+def setup_static_analyzer : Flag<["-"], "setup-static-analyzer">,
+  HelpText<"Set up preprocessor for static analyzer (done automatically when static analyzer is run).">;
----------------
hiraditya wrote:
> The name doesn't quite reflect what it does.
`setup-pp-for-analyzer`? I'm open to suggestions.


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

https://reviews.llvm.org/D68093





More information about the llvm-commits mailing list