[PATCH] D53277: [analyzer][NFC] Collect all -analyzer-config options in a .def file

Umann Kristóf via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 22 08:00:32 PDT 2018


Szelethus updated this revision to Diff 170417.
Szelethus added a comment.

- Removed redundant information (like the type or default value of the command line argument), these are now auto-generated in followup patches
- Added description for `"model-path"`.


https://reviews.llvm.org/D53277

Files:
  include/clang/StaticAnalyzer/Core/AnalyzerOptions.def
  include/clang/StaticAnalyzer/Core/AnalyzerOptions.h
  lib/StaticAnalyzer/Core/AnalyzerOptions.cpp
  lib/StaticAnalyzer/Core/CoreEngine.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53277.170417.patch
Type: text/x-patch
Size: 60806 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181022/560d632c/attachment-0001.bin>


More information about the cfe-commits mailing list